Skip to content

Commit

Permalink
qt5, libsForQt5: 5.14 -> 5.15 on darwin (#184560)
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen authored Aug 16, 2022
1 parent 7cf5ccf commit 8630ef7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8630ef7

Please sign in to comment.