Don't build djview3 by default, let hydra build djview4

svn path=/nixpkgs/trunk/; revision=22474
This commit is contained in:
Yury G. Kudryashov 2010-07-05 11:09:38 +00:00
parent e4a9bdd834
commit a10b45e604
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
args: with args;
{stdenv, fetchurl, djvulibre, qt4 }:
stdenv.mkDerivation {
name = "djview4-4.1-2";
@ -13,5 +13,7 @@ stdenv.mkDerivation {
homepage = http://djvu.sourceforge.net/djview4.html;
description = "A new portable DjVu viewer and browser plugin";
license = "GPL2";
inherit (qt4.meta) platforms;
maintainers = [ stdenv.lib.maintainers.urkud ];
};
}

View file

@ -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 }:
stdenv.mkDerivation {