mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nodejs: fix typo
This commit is contained in:
parent
c8a1ce0fca
commit
c8cf293488
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ in
|
|||
|
||||
configureFlags = let
|
||||
isCross = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||
inherit (stdenv.hostPlatform) gcc isArch32;
|
||||
inherit (stdenv.hostPlatform) gcc isAarch32;
|
||||
in sharedConfigureFlags ++ [
|
||||
"--without-dtrace"
|
||||
] ++ (optionals isCross [
|
||||
|
|
Loading…
Reference in a new issue