Skip to content

Commit

Permalink
qtcreator: pin llvmPackages 18 (NixOS#368736)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Dec 29, 2024
2 parents a85a18b + 25a914c commit 140efc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8363,7 +8363,8 @@ with pkgs;

qtcreator = qt6Packages.callPackage ../development/tools/qtcreator {
inherit (linuxPackages) perf;
stdenv = llvmPackages.stdenv;
llvmPackages = llvmPackages_18;
stdenv = llvmPackages_18.stdenv;
};

qxmledit = libsForQt5.callPackage ../applications/editors/qxmledit {} ;
Expand Down

0 comments on commit 140efc0

Please sign in to comment.