mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
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 {
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user