Unverified Commit f8525d8a authored by Stefan Frijters's avatar Stefan Frijters
Browse files

tmpi: fix cross eval

parent 14efd103
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@ stdenv.mkDerivation rec {

  propagatedBuildInputs = [ mpi mpich reptyr tmux ];

  buildInputs = [ autoconf makeWrapper ];
  nativeBuildInputs = [ makeWrapper ];
  buildInputs = [ autoconf ];

  installPhase = ''
    runHook preInstall