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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user