nodejs: fix typo

This commit is contained in:
Sandro Jäckel 2021-03-05 02:24:27 +01:00
parent c8a1ce0fca
commit c8cf293488
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 [