Don't build djview3 by default, let hydra build djview4
svn path=/nixpkgs/trunk/; revision=22474
This commit is contained in:
parent
e4a9bdd834
commit
a10b45e604
@ -1,4 +1,4 @@
|
|||||||
args: with args;
|
{stdenv, fetchurl, djvulibre, qt4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "djview4-4.1-2";
|
name = "djview4-4.1-2";
|
||||||
@ -13,5 +13,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://djvu.sourceforge.net/djview4.html;
|
homepage = http://djvu.sourceforge.net/djview4.html;
|
||||||
description = "A new portable DjVu viewer and browser plugin";
|
description = "A new portable DjVu viewer and browser plugin";
|
||||||
license = "GPL2";
|
license = "GPL2";
|
||||||
|
inherit (qt4.meta) platforms;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, lib, useQt3 ? true, libjpeg, libtiff, libpng, ghostscript
|
{ stdenv, fetchurl, lib, useQt3 ? false, libjpeg, libtiff, libpng, ghostscript
|
||||||
, libungif, zlib, x11, libX11, mesa, qt3 }:
|
, libungif, zlib, x11, libX11, mesa, qt3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user