Skip to content

Commit

Permalink
qt5, libsForQt5: 5.12 -> 5.14 on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen committed Apr 13, 2022
1 parent c55f610 commit a88af94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19842,9 +19842,9 @@ with pkgs;
qt5 = qt515;
});

# TODO bump to 5.14 on darwin once it's not broken; see #95199
qt5 = if stdenv.hostPlatform.isDarwin then qt512 else qt515;
libsForQt5 = if stdenv.hostPlatform.isDarwin then libsForQt512 else libsForQt515;
# 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;

# plasma5Packages maps to the Qt5 packages set that is used to build the plasma5 desktop
plasma5Packages = libsForQt515;
Expand Down

0 comments on commit a88af94

Please sign in to comment.