forked from mirrors/nixpkgs
nixos/no-x-libs: add gjs
This commit is contained in:
parent
945a05f5ab
commit
6b73be0ca5
|
@ -35,6 +35,7 @@ with lib;
|
|||
# dep of graphviz, libXpm is optional for Xpm support
|
||||
gd = super.gd.override { withXorg = false; };
|
||||
ghostscript = super.ghostscript.override { cupsSupport = false; x11Support = false; };
|
||||
gjs = super.gjs.overrideAttrs { doCheck = false; installTests = false; }; # avoid test dependency on gtk3
|
||||
gobject-introspection = super.gobject-introspection.override { x11Support = false; };
|
||||
gpsd = super.gpsd.override { guiSupport = false; };
|
||||
graphviz = super.graphviz-nox;
|
||||
|
|
Loading…
Reference in a new issue