tmpi: fix cross eval, clean up (#339736)

This commit is contained in:
Mathew Polzin
2024-09-05 12:58:48 -05:00
committed by GitHub
+1 -2
View File
@@ -5,7 +5,6 @@
, mpich
, tmux
, reptyr
, autoconf
, makeWrapper
}:
@@ -22,7 +21,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ mpi mpich reptyr tmux ];
buildInputs = [ autoconf makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
installPhase = ''
runHook preInstall