diff options
| author | Michael Daniels <mdaniels5757@gmail.com> | 2026-01-12 16:22:13 -0500 |
|---|---|---|
| committer | Michael Daniels <mdaniels5757@gmail.com> | 2026-01-12 17:50:35 -0500 |
| commit | 075e8c2c4fcabb10e659505df72adc3f4d5e07cd (patch) | |
| tree | ec2ff6bb30875c3ba4ea8811f855d120438a8b00 /pkgs/development/python-modules/termplotlib | |
| parent | 685fda2187a7bceb141941113d614bd3c551a745 (diff) | |
treewide: change 'format = "pyproject";' to 'pyproject = true;'
This is almost all find-and-replace.
I manually edited:
* pkgs/development/python-modules/notifications-android-tv/default.nix,
* pkgs/servers/home-assistant/default.nix,
* pkgs/development/tools/continuous-integration/buildbot/master.nix
A few files have not been changed in this PR because they would cause rebuilds.
This PR should have 0 rebuilds.
Diffstat (limited to 'pkgs/development/python-modules/termplotlib')
| -rw-r--r-- | pkgs/development/python-modules/termplotlib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/termplotlib/default.nix b/pkgs/development/python-modules/termplotlib/default.nix index 275b9ade8cc7..006404b68c34 100644 --- a/pkgs/development/python-modules/termplotlib/default.nix +++ b/pkgs/development/python-modules/termplotlib/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools ]; - format = "pyproject"; + pyproject = true; nativeCheckInputs = [ pytestCheckHook exdown |
