pkgs.development.python-modules: remove unused args

This commit is contained in:
Markus S. Wamser
2021-11-13 13:43:29 +01:00
parent 594fa6aea6
commit 9b001407a1
12 changed files with 9 additions and 20 deletions
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, fetchpatch, python, coverage, lsof, glibcLocales, coreutils }:
{ lib, buildPythonPackage, fetchPypi, python, coverage, lsof, glibcLocales, coreutils }:
buildPythonPackage rec {
pname = "sh";