···143 "-Dsetfont-path=${kbd}/bin/setfont"
144 "-Dtty-gid=3" # tty in NixOS has gid 3
145 "-Ddebug-shell=${bashInteractive}/bin/bash"
0146 # while we do not run tests we should also not build them. Removes about 600 targets
147 "-Dtests=false"
148 "-Dimportd=${stdenv.lib.boolToString withImportd}"
···143 "-Dsetfont-path=${kbd}/bin/setfont"
144 "-Dtty-gid=3" # tty in NixOS has gid 3
145 "-Ddebug-shell=${bashInteractive}/bin/bash"
146+ "-Dglib=${stdenv.lib.boolToString (glib != null)}"
147 # while we do not run tests we should also not build them. Removes about 600 targets
148 "-Dtests=false"
149 "-Dimportd=${stdenv.lib.boolToString withImportd}"