1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

python3Packages.portpicker: fix build

This commit is contained in:
Jonathan Ringer 2021-06-18 16:38:32 -07:00 committed by Martin Weinelt
parent 0eddcbdc5a
commit c5adeef791

View file

@ -6,6 +6,7 @@
buildPythonPackage rec {
pname = "portpicker";
version = "1.4.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;