3
0
Fork 0
forked from mirrors/nixpkgs

treewide: Mass replace 'djvulibre}/bin' to refer the 'bin' output

This commit is contained in:
Tuomas Tynkkynen 2016-02-01 20:46:00 +02:00
parent a4dff4bf1b
commit 9700be4381

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp -p djvu2pdf $out/bin
wrapProgram $out/bin/djvu2pdf --prefix PATH : ${ghostscript}/bin:${djvulibre}/bin:${which}/bin
wrapProgram $out/bin/djvu2pdf --prefix PATH : ${ghostscript}/bin:${djvulibre.bin}/bin:${which}/bin
mkdir -p $out/man/man1
cp -p djvu2pdf.1.gz $out/man/man1