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.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "backports-functools-lru-cache";
|
||||
version = "1.6.6";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "backports.functools_lru_cache";
|
||||
|
||||
Reference in New Issue
Block a user