mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
p11-kit: use mesonEmulatorHook for cross compilation
This commit is contained in:
parent
82235cc6e6
commit
64fe5a97f1
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user