+4
-7
pkgs/development/interpreters/python/cpython/default.nix
+4
-7
pkgs/development/interpreters/python/cpython/default.nix
·········# When we override the interpreter we also need to override the spliced versions of the interpreter-inputs' = lib.filterAttrs (n: v: n != "bluez" && n != "passthruFun" && !lib.isDerivation v) inputs;# Memoization of the splices to avoid re-evaluating this function for all combinations of splices e.g.# python3.pythonOnBuildForHost.pythonOnBuildForTarget == python3.pythonOnBuildForTarget by consuming···