tmpi: fix cross eval, clean up (#339736)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user