···143143 "-Dsetfont-path=${kbd}/bin/setfont"
144144 "-Dtty-gid=3" # tty in NixOS has gid 3
145145 "-Ddebug-shell=${bashInteractive}/bin/bash"
146146+ "-Dglib=${stdenv.lib.boolToString (glib != null)}"
146147 # while we do not run tests we should also not build them. Removes about 600 targets
147148 "-Dtests=false"
148149 "-Dimportd=${stdenv.lib.boolToString withImportd}"