mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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];
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user