qt3: move defaults to package file
This commit is contained in:
parent
8e929441a9
commit
04551d263c
|
@ -6,7 +6,8 @@
|
||||||
, cursorSupport ? true, libXcursor ? null
|
, cursorSupport ? true, libXcursor ? null
|
||||||
, threadSupport ? true
|
, threadSupport ? true
|
||||||
, mysqlSupport ? false, mysql ? null
|
, mysqlSupport ? false, mysql ? null
|
||||||
, openglSupport ? false, libGLU_combined ? null, libXmu ? null
|
, libGLSupported
|
||||||
|
, openglSupport ? libGLSupported, libGLU_combined ? null, libXmu ? null
|
||||||
, xlibsWrapper, xorgproto, zlib, libjpeg, libpng, which
|
, xlibsWrapper, xorgproto, zlib, libjpeg, libpng, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -12099,7 +12099,6 @@ in
|
||||||
qolibri = libsForQt5.callPackage ../applications/misc/qolibri { };
|
qolibri = libsForQt5.callPackage ../applications/misc/qolibri { };
|
||||||
|
|
||||||
qt3 = callPackage ../development/libraries/qt-3 {
|
qt3 = callPackage ../development/libraries/qt-3 {
|
||||||
openglSupport = libGLSupported;
|
|
||||||
libpng = libpng12;
|
libpng = libpng12;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue