Merge pull request #119218 from petabyteboy/feature/tmux-unused-input

tmux: remove unused makeWrapper input
This commit is contained in:
Sandro 2021-04-12 15:36:42 +02:00 committed by GitHub
commit bafbdc140c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
, fetchFromGitHub
, autoreconfHook
, pkg-config
, makeWrapper
, bison
, ncurses
, libevent
@ -41,7 +40,6 @@ stdenv.mkDerivation rec {
buildInputs = [
ncurses
libevent
makeWrapper
];
configureFlags = [