Unverified Commit 03528fb7 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

opensc: fix strictDeps build (#373798)

parents 4e7b3c05 3dd58b0b
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
  libxslt,
  docbook_xml_dtd_412,
  darwin,
  buildPackages,
  nix-update-script,
  withApplePCSC ? stdenv.hostPlatform.isDarwin,
}:
@@ -34,6 +33,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    pkg-config
    autoreconfHook
    libxslt # xsltproc
  ];
  buildInputs =
    [
@@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
      openssl
      libassuan
      libXt
      libxslt
      libiconv
      docbook_xml_dtd_412
    ]
@@ -68,9 +67,6 @@ stdenv.mkDerivation rec {
      else
        "${lib.getLib pcsclite}/lib/libpcsclite${stdenv.hostPlatform.extensions.sharedLibrary}"
    }"
    (lib.optionalString (
      stdenv.hostPlatform != stdenv.buildPlatform
    ) "XSLTPROC=${buildPackages.libxslt}/bin/xsltproc")
  ];

  PCSC_CFLAGS = lib.concatStringsSep " " (