Fixing the minidjvu installation
svn path=/nixpkgs/trunk/; revision=26959
This commit is contained in:
parent
df82318501
commit
05fae54809
@ -13,6 +13,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ libtiff gettext];
|
buildInputs = [ libtiff gettext];
|
||||||
|
|
||||||
|
preInstall = ''
|
||||||
|
ensureDir $out/lib
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://djvu.sourceforge.net/djview4.html;
|
homepage = http://djvu.sourceforge.net/djview4.html;
|
||||||
description = "Black-and-white djvu page encoder and decoder that use interpage information";
|
description = "Black-and-white djvu page encoder and decoder that use interpage information";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user