Skip to content

Commit

Permalink
pdf2djvu: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 9, 2017
1 parent 3c080a3 commit 2ad30bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/typesetting/pdf2djvu/default.nix
Expand Up @@ -11,6 +11,10 @@ stdenv.mkDerivation rec {

buildInputs = [ pkgconfig djvulibre poppler fontconfig libjpeg ];

preConfigure = ''
sed -i 's#\$djvulibre_bin_path#${djvulibre.bin}/bin#g' configure
'';

meta = with stdenv.lib; {
description = "Creates djvu files from PDF files";
homepage = http://code.google.com/p/pdf2djvu/;
Expand Down

0 comments on commit 2ad30bd

Please sign in to comment.