mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
buildMozillaMach: use python3.13 for versions below 143.0
This commit is contained in:
parent
3043c255b3
commit
b7a93ec9e6
1 changed files with 2 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ in
|
|||
pkg-config,
|
||||
pkgsCross, # wasm32 rlbox
|
||||
python3,
|
||||
python313,
|
||||
runCommand,
|
||||
rustc,
|
||||
rust-cbindgen,
|
||||
|
|
@ -364,7 +365,7 @@ buildStdenv.mkDerivation {
|
|||
makeBinaryWrapper
|
||||
nodejs
|
||||
perl
|
||||
python3
|
||||
(if lib.versionAtLeast version "143.0" then python3 else python313)
|
||||
rust-cbindgen
|
||||
rustPlatform.bindgenHook
|
||||
rustc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue