qt5, libsForQt5: 5.14 -> 5.15 on darwin (#184560)

This commit is contained in:
Will Cohen
2022-08-16 18:26:00 -04:00
committed by GitHub
parent 7cf5ccf1cd
commit 8630ef79dd
+2 -3
View File
@@ -20905,9 +20905,8 @@ with pkgs;
qt5 = qt515;
});
# TODO bump to 5.15 on darwin once it's not broken; see #125548
qt5 = if stdenv.hostPlatform.isDarwin then qt514 else qt515;
libsForQt5 = if stdenv.hostPlatform.isDarwin then libsForQt514 else libsForQt515;
qt5 = qt515;
libsForQt5 = libsForQt515;
# plasma5Packages maps to the Qt5 packages set that is used to build the plasma5 desktop
plasma5Packages = libsForQt515;