mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
9 lines
91 B
Nix
9 lines
91 B
Nix
{
|
|
ghostscript,
|
|
}:
|
|
|
|
ghostscript.override {
|
|
cupsSupport = false;
|
|
x11Support = false;
|
|
}
|