tmpi: remove redundant input

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

View File

@ -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