forked from rarias/jungle
Add stdenv to llvm-intel passthru
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
lib,
|
||||
gcc,
|
||||
libgcc,
|
||||
overrideCC,
|
||||
wrapCCWith,
|
||||
}:
|
||||
|
||||
@@ -66,6 +67,7 @@ in
|
||||
''
|
||||
+ extraBuildCommands;
|
||||
}).overrideAttrs
|
||||
(old: {
|
||||
installPhase = old.installPhase + extraInstallCommands;
|
||||
(finalAttrs: prevAttrs: {
|
||||
installPhase = prevAttrs.installPhase + extraInstallCommands;
|
||||
passthru.stdenv = overrideCC stdenv finalAttrs.finalPackage;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user