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