mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
rocmPackaes: fix hipify build
This commit is contained in:
parent
12806ec0f8
commit
1011991b21
@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# Fixup bad symlinks
|
||||
postInstall = ''
|
||||
rm -r $out/hip/bin
|
||||
mkdir $out/hip
|
||||
ln -s $out/bin $out/hip/bin
|
||||
patchShebangs $out/bin
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user