p11-kit: remove mesonEmulatorHook

No longer necessary since p11-kit commit 3ba2c55 ("Check for GNU
strerror_r using the compiler only"), originally in 0.25.1.
This commit is contained in:
Alyssa Ross 2024-05-07 15:00:27 +02:00
parent 4a5f70933f
commit c4b72cc072
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -9,7 +9,6 @@
, docbook-xsl-nons
, docbook_xml_dtd_43
, gettext
, mesonEmulatorHook
, libffi
, libintl
}:
@ -39,10 +38,6 @@ stdenv.mkDerivation rec {
docbook-xsl-nons
docbook_xml_dtd_43
gettext
] ++ lib.optionals
(!stdenv.buildPlatform.canExecute stdenv.hostPlatform
&& !stdenv.hostPlatform.isMinGW) [
mesonEmulatorHook
];
buildInputs = [