summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-22 10:23:22 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-22 11:20:44 -0700
commit704e66cd8321672f2783276cca4f2230f4b28dba (patch)
tree5c5b30f6a696292a0f376707a826e06556e78b46
parenteed26c83ce6f2ede073694c246f10d69fd066bcc (diff)
downloadnixpkgs-704e66cd8321672f2783276cca4f2230f4b28dba.tar
nixpkgs-704e66cd8321672f2783276cca4f2230f4b28dba.tar.gz
nixpkgs-704e66cd8321672f2783276cca4f2230f4b28dba.tar.bz2
nixpkgs-704e66cd8321672f2783276cca4f2230f4b28dba.tar.lz
nixpkgs-704e66cd8321672f2783276cca4f2230f4b28dba.tar.xz
nixpkgs-704e66cd8321672f2783276cca4f2230f4b28dba.tar.zst
nixpkgs-704e66cd8321672f2783276cca4f2230f4b28dba.zip
pythonPackages.capturer: remove unused inputs
-rw-r--r--pkgs/development/python-modules/capturer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/capturer/default.nix b/pkgs/development/python-modules/capturer/default.nix
index 02bdd0fc72e..2495040887f 100644
--- a/pkgs/development/python-modules/capturer/default.nix
+++ b/pkgs/development/python-modules/capturer/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, buildPythonPackage, fetchFromGitHub, humanfriendly, pytestCheckHook, pytest-cov }:
+{ stdenv, lib, buildPythonPackage, fetchFromGitHub, humanfriendly, pytestCheckHook }:
 
 buildPythonPackage rec {
   pname = "capturer";