tmpi: fix cross eval

This commit is contained in:
Stefan Frijters 2024-09-05 10:13:11 +02:00
parent 14efd10316
commit f8525d8a8e
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ mpi mpich reptyr tmux ];
buildInputs = [ autoconf makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ autoconf ];
installPhase = ''
runHook preInstall