rocmPackages: stop adding symlinks to hipify output
This commit is contained in:
parent
10de03d281
commit
f3b4f4a990
1 changed files with 0 additions and 3 deletions
|
@ -32,10 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
repo = finalAttrs.src.repo;
|
repo = finalAttrs.src.repo;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fixup bad symlinks
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir $out/hip
|
|
||||||
ln -s $out/bin $out/hip/bin
|
|
||||||
patchShebangs $out/bin
|
patchShebangs $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue