lol

gtkd: avoid with lib;

+3 -3
+3 -3
pkgs/by-name/gt/gtkd/package.nix
··· 156 156 inherit dcompiler; 157 157 }; 158 158 159 - meta = with lib; { 159 + meta = { 160 160 description = "D binding and OO wrapper for GTK"; 161 161 homepage = "https://gtkd.org"; 162 - license = licenses.lgpl3Plus; 163 - platforms = platforms.linux ++ platforms.darwin; 162 + license = lib.licenses.lgpl3Plus; 163 + platforms = with lib.platforms; linux ++ darwin; 164 164 }; 165 165 }