djvulibre: Qt3 frontend is optional
svn path=/nixpkgs/trunk/; revision=10354
This commit is contained in:
parent
3386eea6c0
commit
5dcb97fcc1
@ -1,7 +1,4 @@
|
|||||||
{stdenv, fetchurl,
|
args: with args;
|
||||||
qt, libX11, libjpeg, libtiff, libpng, ghostscript, zlib, libungif,
|
|
||||||
x11, mesa
|
|
||||||
}:
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "djvulibre-3.5.19";
|
name = "djvulibre-3.5.19";
|
||||||
|
|
||||||
|
@ -4137,7 +4137,7 @@ rec {
|
|||||||
djvulibre = import ../applications/misc/djvulibre {
|
djvulibre = import ../applications/misc/djvulibre {
|
||||||
inherit stdenv fetchurl libjpeg libtiff libungif zlib
|
inherit stdenv fetchurl libjpeg libtiff libungif zlib
|
||||||
ghostscript libpng x11 mesa;
|
ghostscript libpng x11 mesa;
|
||||||
qt = qt3;
|
qt = if (getConfig ["djvulibre" "qt3Frontend"] true) then qt3 else null;
|
||||||
inherit (xlibs) libX11;
|
inherit (xlibs) libX11;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user