diff --git a/lib/systems/default.nix b/lib/systems/default.nix index 0b8aeda208e3..e8384a6938fc 100644 --- a/lib/systems/default.nix +++ b/lib/systems/default.nix @@ -179,7 +179,7 @@ let hasSharedLibraries = with final; (isAndroid || isGnu || isMusl # Linux (allows multiple libcs) || isDarwin || isSunOS || isOpenBSD || isFreeBSD || isNetBSD # BSDs - || isCygwin || isMinGW # Windows + || isCygwin || isMinGW || isWindows # Windows || isWasm # WASM ) && !isStatic;