Merge pull request #281590 from seanybaggins/add-mingw32-support-p11-kit

p11-kit: add mingw32 support
This commit is contained in:
Weijia Wang 2024-01-19 04:54:11 +01:00 committed by GitHub
commit e88ca79958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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