about summary refs log tree commit diff
path: root/pkgs/development/libraries/libxml2
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-09 06:01:15 +0000
committerGitHub <noreply@github.com>2023-09-09 06:01:15 +0000
commitb4fdbf27f24be0611f92dc4724e68cb2b93a96a7 (patch)
tree33f2ff2e7077ba5f7dc0738ded18f4c25b6dfba8 /pkgs/development/libraries/libxml2
parenta376e04925502cf8558efdf688cde253d81db792 (diff)
parent1a5bda2b28ea75a96dda2c349fe6d5e7864950ee (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/libraries/libxml2')
-rw-r--r--pkgs/development/libraries/libxml2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix
index 77a01951ab70a..bc9e2c8c2c1d5 100644
--- a/pkgs/development/libraries/libxml2/default.nix
+++ b/pkgs/development/libraries/libxml2/default.nix
@@ -17,7 +17,7 @@
     (stdenv.hostPlatform == stdenv.buildPlatform || stdenv.hostPlatform.isCygwin || stdenv.hostPlatform.isLinux || stdenv.hostPlatform.isWasi)
 , icuSupport ? false
 , icu
-, enableShared ? stdenv.hostPlatform.libc != "msvcrt" && !stdenv.hostPlatform.isStatic
+, enableShared ? !stdenv.hostPlatform.isMinGW && !stdenv.hostPlatform.isStatic
 , enableStatic ? !enableShared
 , gnome
 }: