nodejs: do not pass --without-snapshot
Building --without-snapshot is no longer possible since v14. See
0822bfaa9f
This commit is contained in:
parent
b0312f6daf
commit
deb5cc6dc8
@ -70,7 +70,6 @@ let
|
||||
] ++ (lib.optionals isCross [
|
||||
"--cross-compiling"
|
||||
"--without-intl"
|
||||
"--without-snapshot"
|
||||
"--dest-cpu=${let platform = stdenv.hostPlatform; in
|
||||
if platform.isAarch32 then "arm"
|
||||
else if platform.isAarch64 then "arm64"
|
||||
|
Loading…
Reference in New Issue
Block a user