Skip to content

Commit

Permalink
python3.pkgs.*: Explicitly pass buildPythonPackage format parameter
Browse files Browse the repository at this point in the history
Long term we should move everything over to `pyproject = true`, but in
the mean time we can work towards deprecating the implicit `format` paremeter.

cc NixOS/nixpkgs#253154
cc @mweinelt @figsoda
  • Loading branch information
adisbladis authored and kira-bruneau committed Dec 13, 2023
1 parent 37aae4e commit 2046e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/vdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
buildPythonPackage rec {
pname = "vdf";
version = "3.4";
format = "setuptools";

src = fetchFromGitHub {
owner = "ValvePython";
Expand Down

0 comments on commit 2046e17

Please sign in to comment.