mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
cudaPackages.autoAddCudaCompatRunpathHook: Correctly inherit platforms from cuda_compat
This commit is contained in:
parent
148cff9bff
commit
43afe6a62b
@ -66,7 +66,7 @@ final: _: {
|
||||
|
||||
# Pre-cuda_compat CUDA release:
|
||||
meta.badPlatforms = final.lib.optionals (cuda_compat == null) final.lib.platforms.all;
|
||||
meta.platforms = cuda_compat.platforms or [ ];
|
||||
meta.platforms = cuda_compat.meta.platforms or [ ];
|
||||
}
|
||||
./auto-add-cuda-compat-runpath.sh
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user