mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
p11-kit: add mingw32 support
This commit is contained in:
parent
9cd0771098
commit
29ec8e8a36
@ -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 New Issue
Block a user