Skip to content

Commit

Permalink
Revert "qt5: 5.6.2 -> 5.7.1"
Browse files Browse the repository at this point in the history
This reverts commit 6542ea7.

I included this commit from master by accident. The stable release should use
the Qt 5.6 long-term support release by default because Qt 5.7 is already out of
its support window.
  • Loading branch information
ttuegel committed Mar 24, 2017
1 parent 34c645b commit ba554d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -9342,8 +9342,8 @@ with pkgs;

libsForQt57 = recurseIntoAttrs (lib.makeScope qt57.newScope mkLibsForQt5);

qt5 = qt57;
libsForQt5 = libsForQt57;
qt5 = qt56;
libsForQt5 = libsForQt56;

qt5ct = libsForQt5.callPackage ../tools/misc/qt5ct { };

Expand Down

0 comments on commit ba554d8

Please sign in to comment.