mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
rocm-opencl-runtime: use unaltered stdenv
This commit is contained in:
parent
12f4c3b357
commit
9749e2f324
@ -9298,7 +9298,6 @@ in
|
||||
rocm-opencl-icd = callPackage ../development/libraries/rocm-opencl-icd { };
|
||||
|
||||
rocm-opencl-runtime = callPackage ../development/libraries/rocm-opencl-runtime {
|
||||
stdenv = overrideCC stdenv llvmPackages_rocm.clang;
|
||||
inherit (llvmPackages_rocm) clang clang-unwrapped lld llvm;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user