Skip to content

Commit

Permalink
pdf2djvu: ignore windres on linux to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 21, 2017
1 parent ab0d141 commit 0b9cd7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/tools/typesetting/pdf2djvu/default.nix
Expand Up @@ -15,8 +15,13 @@ stdenv.mkDerivation rec {

preConfigure = ''
sed -i 's#\$djvulibre_bin_path#${djvulibre.bin}/bin#g' configure
# Configure skips the failing check for usability of windres when it is nonempty.
unset WINDRES
'';

enableParallelBuilding = true;

meta = with stdenv.lib; {
description = "Creates djvu files from PDF files";
homepage = https://jwilk.net/software/pdf2djvu;
Expand Down

0 comments on commit 0b9cd7a

Please sign in to comment.