djvulibre: split dev and bin outputs

This commit is contained in:
Vladimír Čunát
2015-10-28 19:36:40 +01:00
parent 21eb255af9
commit f9e9c7242a
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
cp -R *.py pylrs $PYDIR
wrapProgram $out/bin/pdfread.py --prefix PYTHONPATH : $PYTHONPATH:${pil}/$LIBSUFFIX/PIL:$PYDIR \
--prefix PATH : ${ghostscript}/bin:${pngnq}/bin:${djvulibre}/bin:${unrar}/bin:${optipng}/bin
--prefix PATH : ${ghostscript}/bin:${pngnq}/bin:${djvulibre.bin}/bin:${unrar}/bin:${optipng}/bin
'';
meta = with stdenv.lib; {