Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2022-12-18 18:01:41 +00:00
committed by GitHub
308 changed files with 487 additions and 438 deletions
@@ -12,7 +12,7 @@ let
namePrefix = python.libPrefix + "-";
# Derivations built with `buildPythonPackage` can already be overriden with `override`, `overrideAttrs`, and `overrideDerivation`.
# Derivations built with `buildPythonPackage` can already be overridden with `override`, `overrideAttrs`, and `overrideDerivation`.
# This function introduces `overridePythonAttrs` and it overrides the call to `buildPythonPackage`.
makeOverridablePythonPackage = f: origArgs:
let
@@ -248,7 +248,7 @@ FORMATS = {
}
def _determine_fetcher(text):
# Count occurences of fetchers.
# Count occurrences of fetchers.
nfetchers = sum(text.count('src = {}'.format(fetcher)) for fetcher in FETCHERS.keys())
if nfetchers == 0:
raise ValueError("no fetcher.")