Skip to content

Commit

Permalink
opensc: fix strictDeps build
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Jan 14, 2025
1 parent d9e9853 commit fa6251a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/by-name/op/opensc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
autoreconfHook
libxslt # xsltproc
];
buildInputs =
[
Expand All @@ -42,7 +43,6 @@ stdenv.mkDerivation rec {
openssl
libassuan
libXt
libxslt
libiconv
docbook_xml_dtd_412
]
Expand All @@ -68,9 +68,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 " " (
Expand Down

0 comments on commit fa6251a

Please sign in to comment.