Unverified Commit fb6f0051 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #272552 from SuperSandro2000/ghostscript-nox

nixos/no-x-libs: add ghostscript
parents 86b9cdb2 801ecec7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ with lib;
      ffmpeg_5 = super.ffmpeg_5.override { ffmpegVariant = "headless"; };
      # dep of graphviz, libXpm is optional for Xpm support
      gd = super.gd.override { withXorg = false; };
      ghostscript = super.ghostscript.override { cupsSupport = false; x11Support = false; };
      gobject-introspection = super.gobject-introspection.override { x11Support = false; };
      gpsd = super.gpsd.override { guiSupport = false; };
      graphviz = super.graphviz-nox;