Added djview4

svn path=/nixpkgs/trunk/; revision=9642
This commit is contained in:
Yury G. Kudryashov 2007-11-11 16:52:29 +00:00
parent 3f8387bd62
commit 0cd729c415
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,17 @@
args: with args;
stdenv.mkDerivation {
name = "djview4-4.1-2";
src = fetchurl {
url = mirror://sf/djvu/djview4-4.1-2.tar.gz;
sha256 = "10k0h892kab3n8xypw6vsnvhwil410hvvqj375pwiss4vlm5isv1";
};
buildInputs = [djvulibre qt4];
meta = {
homepage = http://djvu.sourceforge.net/djview4.html;
description = "A new portable DjVu viewer and browser plugin";
license = "GPL2";
};
}

View File

@ -3579,6 +3579,10 @@ rec {
inherit (xlibs) libX11; inherit (xlibs) libX11;
}; };
djview4 = import ../applications/graphics/djview4 {
inherit fetchurl stdenv qt4 djvulibre;
};
eclipse = plugins: eclipse = plugins:
import ../applications/editors/eclipse { import ../applications/editors/eclipse {
inherit fetchurl stdenv makeWrapper jdk; inherit fetchurl stdenv makeWrapper jdk;