Skip to content

Commit

Permalink
coreclr: pin to llvmPackages_7
Browse files Browse the repository at this point in the history
coreclr needs to be compiled with clang 7, because of the internal
assembler.
I duplicated the change from 054dc14
here to prevent duplicating the commit.
  • Loading branch information
DieGoldeneEnte authored and LnL7 committed Jul 18, 2020
1 parent d203836 commit 94816b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18138,7 +18138,9 @@ in

comic-relief = callPackage ../data/fonts/comic-relief {};

coreclr = callPackage ../development/compilers/coreclr { };
coreclr = callPackage ../development/compilers/coreclr {
llvmPackages = llvmPackages_7;
};

corefonts = callPackage ../data/fonts/corefonts { };

Expand Down

0 comments on commit 94816b2

Please sign in to comment.