rocmPackages: remove unnecessary fixup phase when building rocm-runtime

This commit is contained in:
Indy Ray 2024-02-29 23:31:56 +01:00 committed by Martin Schwaighofer
parent f29675f0bf
commit 5eac14880e
1 changed files with 0 additions and 5 deletions

View File

@ -57,11 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
--replace '-mcode-object-version=4' '-mcode-object-version=5'
'';
fixupPhase = ''
mkdir $out/hsa
ln -s $out/{include,lib} $out/hsa
'';
passthru.updateScript = rocmUpdateScript {
name = finalAttrs.pname;
owner = finalAttrs.src.owner;