0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

pkgs.development.python-modules: remove unused args

This commit is contained in:
Markus S. Wamser 2021-11-12 10:22:34 +01:00 committed by Jonathan Ringer
parent 3f5767d09e
commit 2043dbb6fa
321 changed files with 90 additions and 426 deletions

View file

@ -4,7 +4,6 @@
, fetchPypi
, async_generator
, paho-mqtt
, pytestCheckHook
}:
buildPythonPackage rec {