mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nodejs_24: fix typo in derivation
This commit is contained in:
parent
01eb57cba2
commit
38c44143d7
1 changed files with 4 additions and 3 deletions
|
|
@ -9,15 +9,16 @@
|
|||
}:
|
||||
|
||||
let
|
||||
buildNodejs =
|
||||
callPackage ./nodejs.nix {
|
||||
buildNodejs = callPackage ./nodejs.nix (
|
||||
{
|
||||
inherit openssl;
|
||||
python = python3;
|
||||
}
|
||||
// lib.optionalAttrs stdenv.hostPlatform.isDarwin {
|
||||
# libcxx21 makes FD tracking unreliable on Darwin. Pinning to libcxx20:
|
||||
stdenv = buildPackages.llvmPackages_20.libcxxStdenv;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
gypPatches =
|
||||
if stdenv.buildPlatform.isDarwin then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue