- git-cache-fallback = { buildPythonPackage, fetchgit, git, mypy, }:
+ checkInputsAreNative = pkgs.lib.hasInfix "nativeCheckInputs"
+ (builtins.readFile <nixpkgs/doc/stdenv/stdenv.chapter.md>);
+ checkInputsName =
+ if checkInputsAreNative then "nativeCheckInputs" else "checkInputs";
+
+ git-cache-fallback = { buildPythonPackage, fetchgit, git, backoff, mypy, }: