libxml2: fix static build

main
Guillaume Girol 3 years ago
parent a9e2620630
commit 652f7fafd2
  1. 2
      pkgs/development/libraries/libxml2/default.nix

@ -2,7 +2,7 @@
, zlib, xz, libintl, python, gettext, ncurses, findXMLCatalogs
, pythonSupport ? enableShared && stdenv.buildPlatform == stdenv.hostPlatform
, icuSupport ? false, icu ? null
, enableShared ? stdenv.hostPlatform.libc != "msvcrt"
, enableShared ? stdenv.hostPlatform.libc != "msvcrt" && !stdenv.hostPlatform.isStatic
, enableStatic ? !enableShared
}:

Loading…
Cancel
Save