mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
qt5: move monolithic build
This commit is contained in:
parent
73c43b4e4f
commit
fa56e5ffa7
|
@ -7022,7 +7022,7 @@ let
|
|||
qtLib = qt48Full;
|
||||
};
|
||||
|
||||
qt5 = callPackage ../development/libraries/qt-5 {
|
||||
qt5 = callPackage ../development/libraries/qt-5/5.3 {
|
||||
mesa = mesa_noglu;
|
||||
cups = if stdenv.isLinux then cups else null;
|
||||
# GNOME dependencies are not used unless gtkStyle == true
|
||||
|
|
Loading…
Reference in a new issue