Merge master into staging-next

This commit is contained in:
github-actions[bot]
2024-02-07 12:01:11 +00:00
committed by GitHub
40 changed files with 798 additions and 340 deletions
@@ -308,7 +308,10 @@ let
passthru.updateScript = let
filename = builtins.head (lib.splitString ":" self.meta.position);
in attrs.passthru.updateScript or [ update-python-libraries filename ];
in lib.extendDerivation
(disabled -> throw "${name} not supported for interpreter ${python.executable}")
passthru
self
in
if disabled then
throw "${name} not supported for interpreter ${python.executable}"
else
self.overrideAttrs (attrs: {
passthru = lib.recursiveUpdate passthru attrs.passthru;
})