diff --git a/shell.nix b/shell.nix index 244d915e1a1058..8a873741072e1e 100644 --- a/shell.nix +++ b/shell.nix @@ -65,8 +65,8 @@ let else "--with-intl=${if useSharedICU then "system" else icu}-icu" ) + "--v8-${if withTemporal then "enable" else "disable"}-temporal-support" ] - ++ pkgs.lib.optional withTemporal "--v8-enable-temporal-support" ++ pkgs.lib.optional (withTemporal && useSharedTemporal) "--shared-temporal_capi"; in pkgs.mkShell {