treewide: change 'format = "other";' to 'pyproject = false;'

Entirely find-and-replace based.

A few usages that would cause rebuilds if changed remain.

This PR should have 0 rebuilds.
This commit is contained in:
Michael Daniels
2026-01-12 17:50:37 -05:00
parent 075e8c2c4f
commit 5ed07317e9
211 changed files with 211 additions and 212 deletions
@@ -249,7 +249,7 @@ let
python.pkgs.buildPythonPackage {
pname = "requests";
version = "2.24.0";
format = "other";
pyproject = false;
src = fetchurl {
url = "https://repo.anaconda.com/pkgs/main/noarch/requests-2.24.0-py_0.tar.bz2";
sha256 = "02qzaf6gwsqbcs69pix1fnjxzgnngwzvrsy65h1d521g750mjvvp";