qt5: 5.6.2 -> 5.7.1

This commit is contained in:
Thomas Tuegel 2017-02-26 18:50:09 -06:00
parent 6a115a247c
commit 6542ea7f31
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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 { };