Unverified Commit 3d0d270f authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

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

parents 9c5c04ca 2852a183
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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