Unverified Commit 2852a183 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

tmpi: remove redundant input

parent f8525d8a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
, mpich
, tmux
, reptyr
, autoconf
, makeWrapper
}:

@@ -23,7 +22,6 @@ stdenv.mkDerivation rec {
  propagatedBuildInputs = [ mpi mpich reptyr tmux ];

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

  installPhase = ''
    runHook preInstall