mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
rocm-opencl-runtime: use unaltered stdenv
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user