Merge pull request #245124 from NickCao/p11-kit-cross
p11-kit: use mesonEmulatorHook for cross compilation
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
, docbook-xsl-nons
|
||||
, docbook_xml_dtd_43
|
||||
, gettext
|
||||
, mesonEmulatorHook
|
||||
, libffi
|
||||
, libintl
|
||||
}:
|
||||
@@ -37,6 +38,8 @@ stdenv.mkDerivation rec {
|
||||
docbook-xsl-nons
|
||||
docbook_xml_dtd_43
|
||||
gettext
|
||||
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
|
||||
mesonEmulatorHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user