about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIndy Ray <arelius@gmail.com>2024-02-29 23:31:56 +0100
committerMartin Schwaighofer <mschwaig@users.noreply.github.com>2024-03-21 22:48:33 +0100
commit5eac14880e4a1f5bfd5b5cdd62faedc8785e7b20 (patch)
tree61293f76e662862c82a4f149c339cc2b968e664e
parentf29675f0bf8dbe708406550bc0819d5bf0a5f5b0 (diff)
downloadnixlib-5eac14880e4a1f5bfd5b5cdd62faedc8785e7b20.tar
nixlib-5eac14880e4a1f5bfd5b5cdd62faedc8785e7b20.tar.gz
nixlib-5eac14880e4a1f5bfd5b5cdd62faedc8785e7b20.tar.bz2
nixlib-5eac14880e4a1f5bfd5b5cdd62faedc8785e7b20.tar.lz
nixlib-5eac14880e4a1f5bfd5b5cdd62faedc8785e7b20.tar.xz
nixlib-5eac14880e4a1f5bfd5b5cdd62faedc8785e7b20.tar.zst
nixlib-5eac14880e4a1f5bfd5b5cdd62faedc8785e7b20.zip
rocmPackages: remove unnecessary fixup phase when building rocm-runtime
-rw-r--r--pkgs/development/rocm-modules/6/rocm-runtime/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/rocm-modules/6/rocm-runtime/default.nix b/pkgs/development/rocm-modules/6/rocm-runtime/default.nix
index 927283eb4b02..8c3d0cdc976d 100644
--- a/pkgs/development/rocm-modules/6/rocm-runtime/default.nix
+++ b/pkgs/development/rocm-modules/6/rocm-runtime/default.nix
@@ -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;