mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
0cd729c415
svn path=/nixpkgs/trunk/; revision=9642
17 lines
391 B
Nix
17 lines
391 B
Nix
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";
|
|
};
|
|
}
|