mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
qt3: move defaults to package file
This commit is contained in:
parent
8e929441a9
commit
04551d263c
@ -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
|
||||
}:
|
||||
|
||||
|
@ -12099,7 +12099,6 @@ in
|
||||
qolibri = libsForQt5.callPackage ../applications/misc/qolibri { };
|
||||
|
||||
qt3 = callPackage ../development/libraries/qt-3 {
|
||||
openglSupport = libGLSupported;
|
||||
libpng = libpng12;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user