imagemagick: don't add 'ghostscript' package to path

This commit is contained in:
Colin 2024-02-17 15:45:50 +00:00
parent a729f91d21
commit 162b3f5674

View File

@ -8,6 +8,6 @@
packageUnwrapped = pkgs.imagemagick.override {
ghostscriptSupport = true;
};
suggestedPrograms = [ "ghostscript" ];
# suggestedPrograms = [ "ghostscript" ]; #< XXX: needed? is `ghostscriptSupport = true` alone not enough??
};
}