qt3: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:33:16 +00:00
parent 8e929441a9
commit 04551d263c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,8 @@
, cursorSupport ? true, libXcursor ? null
, threadSupport ? true
, 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
}:

View File

@ -12099,7 +12099,6 @@ in
qolibri = libsForQt5.callPackage ../applications/misc/qolibri { };
qt3 = callPackage ../development/libraries/qt-3 {
openglSupport = libGLSupported;
libpng = libpng12;
};