ghostscript: fix build
This hack is no longer necessary, since multiple-outputs.sh has been fixed to install docs in the right location.
This commit is contained in:
parent
be1b22538a
commit
39fef703bf
@ -99,9 +99,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cp -r Resource "$out/share/ghostscript/${version}"
|
||||
|
||||
mkdir -p "$doc/share/doc/ghostscript"
|
||||
mv "$doc/share/doc/${version}" "$doc/share/doc/ghostscript/"
|
||||
|
||||
ln -s "${fonts}" "$out/share/ghostscript/fonts"
|
||||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
for file in $out/lib/*.dylib* ; do
|
||||
|
Loading…
Reference in New Issue
Block a user