Skip to content

Commit

Permalink
qt5: 5.6.2 -> 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Feb 27, 2017
1 parent 6a115a2 commit 6542ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9346,8 +9346,8 @@ with pkgs;

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

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

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

Expand Down

0 comments on commit 6542ea7

Please sign in to comment.