diff --git a/pkgs/development/rocm-modules/aotriton/default.nix b/pkgs/development/rocm-modules/aotriton/default.nix index 3f10e65a839f..3db4fc2021d6 100644 --- a/pkgs/development/rocm-modules/aotriton/default.nix +++ b/pkgs/development/rocm-modules/aotriton/default.nix @@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: { # This builds+installs installPhase = '' runHook preInstall - ninja -v install + ninja install runHook postInstall ''; # tests are intended to be ran manually as test/ python scripts and need accelerator