llvmPackages_7.libunwind: init at 7.1.0
This commit is contained in:
@@ -181,6 +181,12 @@ let
|
||||
libunwind = libraries.libunwind;
|
||||
}));
|
||||
|
||||
libunwind = callPackage ./libunwind ({
|
||||
inherit (buildLlvmTools) llvm;
|
||||
} // lib.optionalAttrs (stdenv.hostPlatform.useLLVM or false) {
|
||||
stdenv = overrideCC stdenv buildLlvmTools.lldClangNoLibcxx;
|
||||
});
|
||||
|
||||
openmp = callPackage ./openmp.nix {};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user