Fixing the minidjvu installation

svn path=/nixpkgs/trunk/; revision=26959
This commit is contained in:
Lluís Batlle i Rossell 2011-04-24 20:13:14 +00:00
parent df82318501
commit 05fae54809

View file

@ -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";