libtmux: avoid passing pkgs as input
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
5f5f908cde
commit
5283e2c5ed
1 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,8 @@
|
|||
, buildPythonPackage
|
||||
, poetry-core
|
||||
, pytestCheckHook
|
||||
, pkgs
|
||||
, procps
|
||||
, tmux
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -23,8 +24,9 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
checkInputs = [
|
||||
pkgs.procps
|
||||
pkgs.tmux
|
||||
procps
|
||||
tmux
|
||||
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue