mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
qt5: move monolithic build
This commit is contained in:
parent
73c43b4e4f
commit
fa56e5ffa7
14 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue