p11-kit: add mingw32 support

This commit is contained in:
Sean Link 2024-01-17 10:34:37 -07:00
parent 9cd0771098
commit 29ec8e8a36

View File

@ -39,7 +39,9 @@ stdenv.mkDerivation rec {
docbook-xsl-nons docbook-xsl-nons
docbook_xml_dtd_43 docbook_xml_dtd_43
gettext gettext
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ ] ++ lib.optionals
(!stdenv.buildPlatform.canExecute stdenv.hostPlatform
&& !stdenv.hostPlatform.isMinGW) [
mesonEmulatorHook mesonEmulatorHook
]; ];