Unverified Commit 7f2694b2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #309828 from alyssais/p11-kit-emulator

p11-kit: remove mesonEmulatorHook
parents 4556914f c4b72cc0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 = [