add a variant of qt without mysql support
svn path=/nixpkgs/trunk/; revision=5462
This commit is contained in:
parent
3d789d45dc
commit
274b0c3bec
@ -124,8 +124,9 @@ rec {
|
||||
};
|
||||
|
||||
qtparted = (import ../tools/misc/qtparted) {
|
||||
inherit fetchurl stdenv e2fsprogs ncurses readline parted zlib qt3;
|
||||
inherit fetchurl stdenv e2fsprogs ncurses readline parted zlib;
|
||||
inherit (xlibs) libX11 libXext;
|
||||
qt3 = qt3NoMySQL;
|
||||
};
|
||||
|
||||
jdiskreport = (import ../tools/misc/jdiskreport) {
|
||||
@ -1170,6 +1171,12 @@ rec {
|
||||
inherit (gtkLibs) glib pango;
|
||||
};
|
||||
|
||||
qt3NoMySQL = import ../development/libraries/qt-3 {
|
||||
inherit fetchurl stdenv x11 zlib libjpeg libpng which mysql;
|
||||
inherit (xlibs) libXft libXrender;
|
||||
mysqlSupport = false;
|
||||
};
|
||||
|
||||
qt3 = import ../development/libraries/qt-3 {
|
||||
inherit fetchurl stdenv x11 zlib libjpeg libpng which mysql;
|
||||
inherit (xlibs) libXft libXrender;
|
||||
|
Loading…
Reference in New Issue
Block a user