tmpi: fix cross eval
This commit is contained in:
parent
14efd10316
commit
f8525d8a8e
@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ mpi mpich reptyr tmux ];
|
||||
|
||||
buildInputs = [ autoconf makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ autoconf ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
Loading…
Reference in New Issue
Block a user