opensc: fix strictDeps build (#373798)

authored by Arne Keller and committed by GitHub 03528fb7 4e7b3c05

+1 -5
+1 -5
pkgs/by-name/op/opensc/package.nix
··· 15 15 libxslt, 16 16 docbook_xml_dtd_412, 17 17 darwin, 18 - buildPackages, 19 18 nix-update-script, 20 19 withApplePCSC ? stdenv.hostPlatform.isDarwin, 21 20 }: ··· 34 33 nativeBuildInputs = [ 35 34 pkg-config 36 35 autoreconfHook 36 + libxslt # xsltproc 37 37 ]; 38 38 buildInputs = 39 39 [ ··· 42 42 openssl 43 43 libassuan 44 44 libXt 45 - libxslt 46 45 libiconv 47 46 docbook_xml_dtd_412 48 47 ] ··· 68 67 else 69 68 "${lib.getLib pcsclite}/lib/libpcsclite${stdenv.hostPlatform.extensions.sharedLibrary}" 70 69 }" 71 - (lib.optionalString ( 72 - stdenv.hostPlatform != stdenv.buildPlatform 73 - ) "XSLTPROC=${buildPackages.libxslt}/bin/xsltproc") 74 70 ]; 75 71 76 72 PCSC_CFLAGS = lib.concatStringsSep " " (