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:
parent
4a5f70933f
commit
c4b72cc072
1 changed files with 0 additions and 5 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue