From 05fae54809ad1de090dcf4164286d607f4b0486f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 24 Apr 2011 20:13:14 +0000 Subject: [PATCH] Fixing the minidjvu installation svn path=/nixpkgs/trunk/; revision=26959 --- pkgs/applications/graphics/minidjvu/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/graphics/minidjvu/default.nix b/pkgs/applications/graphics/minidjvu/default.nix index 2829c61e95e..8f7ba792914 100644 --- a/pkgs/applications/graphics/minidjvu/default.nix +++ b/pkgs/applications/graphics/minidjvu/default.nix @@ -13,6 +13,10 @@ stdenv.mkDerivation { buildInputs = [ libtiff gettext]; + preInstall = '' + ensureDir $out/lib + ''; + meta = { homepage = http://djvu.sourceforge.net/djview4.html; description = "Black-and-white djvu page encoder and decoder that use interpage information";