mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
ghostscript: Fix after merge from master
This commit is contained in:
parent
bd5f2c9638
commit
494be35e40
@ -85,8 +85,6 @@ stdenv.mkDerivation rec {
|
||||
mv "$out/share/ghostscript/${version}"/{doc,examples} "$doc/share/ghostscript/${version}/"
|
||||
|
||||
ln -s "${fonts}" "$out/share/ghostscript/fonts"
|
||||
|
||||
rm -r $out/lib/cups/filter/{gstopxl,gstoraster}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user