nodejs: fix typo
This commit is contained in:
parent
c8a1ce0fca
commit
c8cf293488
@ -60,7 +60,7 @@ in
|
|||||||
|
|
||||||
configureFlags = let
|
configureFlags = let
|
||||||
isCross = stdenv.hostPlatform != stdenv.buildPlatform;
|
isCross = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||||
inherit (stdenv.hostPlatform) gcc isArch32;
|
inherit (stdenv.hostPlatform) gcc isAarch32;
|
||||||
in sharedConfigureFlags ++ [
|
in sharedConfigureFlags ++ [
|
||||||
"--without-dtrace"
|
"--without-dtrace"
|
||||||
] ++ (optionals isCross [
|
] ++ (optionals isCross [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user