3
0
Fork 0
forked from mirrors/nixpkgs

nixos/no-x-libs: add gjs

This commit is contained in:
Sandro Jäckel 2023-12-25 21:16:57 +01:00
parent 945a05f5ab
commit 6b73be0ca5
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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;