mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
tmpi: remove redundant input
This commit is contained in:
parent
f8525d8a8e
commit
2852a18399
|
@ -5,7 +5,6 @@
|
||||||
, mpich
|
, mpich
|
||||||
, tmux
|
, tmux
|
||||||
, reptyr
|
, reptyr
|
||||||
, autoconf
|
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -23,7 +22,6 @@ stdenv.mkDerivation rec {
|
||||||
propagatedBuildInputs = [ mpi mpich reptyr tmux ];
|
propagatedBuildInputs = [ mpi mpich reptyr tmux ];
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
buildInputs = [ autoconf ];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
Loading…
Reference in a new issue