rocmPackaes: fix hipify build

This commit is contained in:
Martin Schwaighofer 2024-02-10 03:07:51 +01:00
parent 12806ec0f8
commit 1011991b21
1 changed files with 1 additions and 1 deletions

View File

@ -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
'';