pythonPackages.capturer: remove unused inputs
This commit is contained in:
committed by
Jonathan Ringer
parent
eed26c83ce
commit
704e66cd83
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, humanfriendly, pytestCheckHook, pytest-cov }:
|
||||
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, humanfriendly, pytestCheckHook }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "capturer";
|
||||
|
||||
Reference in New Issue
Block a user