nixpkgs/pkgs/stdenv
Artturin b6e813b8cd treewide: Rename android sdkVer and ndkVer
`sdkVer` conflicts with the old `sdkVer`(now `darwinSdkVersion` but that still uses `sdkVer` if set) used by darwin

This shouldn't be an issue but due to `pkgs/development/interpreters/python/cpython/default.nix`
running `lib.filterAttrs (n: v: ! lib.isDerivation v && n != "passthruFun")` on it's inputs (2 of them are darwin only)
the `throw "Unsupported sdk...` in `pkgs/top-level/darwin-packages.nix` will be triggered.

After this change `pkgsCross.armv7a-android-prebuilt.python3.pythonOnBuildForHost` won't fail with
`error: Unsupported sdk: 33`

Issue was bisected to 3cb23cec23

(cherry picked from commit 1144d46f95)
2024-08-22 19:54:07 +03:00
..
cross treewide: Rename android sdkVer and ndkVer 2024-08-22 19:54:07 +03:00
custom
cygwin
darwin overrideSDK: handle propagated lists of inputs 2024-08-02 21:55:32 +00:00
freebsd
generic openbsd: Add static linking support 2024-07-10 09:48:00 -04:00
linux wrapCC, wrapBintools: move expand-response-params bootstrapping out 2024-04-18 20:49:13 +02:00
native stdenv: consistently use self: super: … for bootstrapping overlays 2024-04-15 12:53:13 +02:00
nix
tests
adapters.nix *bsdCross: Remove these package sets 2024-06-21 20:46:15 +00:00
booter.nix pkgs/stdenv: fix typo in booter.nix docs 2023-09-04 22:24:12 +02:00
default.nix darwin.stdenv: refactor stdenv definition 2023-07-02 17:56:24 -04:00