1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ghostscript: Get rid of docs/examples

This commit is contained in:
Eelco Dolstra 2015-07-26 14:52:34 +02:00
parent f98c7f2976
commit 0c91c169c0

View file

@ -72,6 +72,8 @@ stdenv.mkDerivation rec {
done
rm -rf $out/lib/cups/filter/{gstopxl,gstoraster}
rm -rf $out/share/ghostscript/*/{doc,examples}
'';
meta = {