rocmPackages: stop adding symlinks to hipify output

This commit is contained in:
Indy Ray 2024-02-29 23:29:32 +01:00 committed by Martin Schwaighofer
parent 10de03d281
commit f3b4f4a990
1 changed files with 0 additions and 3 deletions

View File

@ -32,10 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = finalAttrs.src.repo;
};
# Fixup bad symlinks
postInstall = ''
mkdir $out/hip
ln -s $out/bin $out/hip/bin
patchShebangs $out/bin
'';