Added djview4
svn path=/nixpkgs/trunk/; revision=9642
This commit is contained in:
parent
3f8387bd62
commit
0cd729c415
17
pkgs/applications/graphics/djview/default.nix
Normal file
17
pkgs/applications/graphics/djview/default.nix
Normal 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";
|
||||||
|
};
|
||||||
|
}
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user