qt5: make qt512 the default on darwin

This commit is contained in:
Matthew Bauer 2019-06-23 18:30:50 -04:00
parent 4c3e09b022
commit 758712c6f4

View File

@ -12820,8 +12820,7 @@ in
libsForQt512 = recurseIntoAttrs (lib.makeScope qt512.newScope mkLibsForQt5);
# TODO bump to 5.12 on darwin once it's not broken
qt5 = if stdenv.isDarwin then qt511 else qt512;
qt5 = qt512;
libsForQt5 = if stdenv.isDarwin then libsForQt511 else libsForQt512;
qt5ct = libsForQt5.callPackage ../tools/misc/qt5ct { };