Merge pull request #281590 from seanybaggins/add-mingw32-support-p11-kit
p11-kit: add mingw32 support
This commit is contained in:
commit
e88ca79958
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue