From a3df30af6a5cd577e18ab8a01ef29d3e1e6e448a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Thu, 8 Jan 2026 20:41:19 +0100 Subject: [PATCH] pcsclite: remove outdated comment Fixes: 96d6f0a2ddb07916cd1a3230fbe6a21e4dc6b29e ("pcsclite: 2.1.0 -> 2.2.3") --- pkgs/by-name/pc/pcsclite/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/pc/pcsclite/package.nix b/pkgs/by-name/pc/pcsclite/package.nix index e103ca1b6749..0312b812f1eb 100644 --- a/pkgs/by-name/pc/pcsclite/package.nix +++ b/pkgs/by-name/pc/pcsclite/package.nix @@ -68,8 +68,6 @@ stdenv.mkDerivation (finalAttrs: { (lib.mesonBool "libudev" false) ]; - # disable building pcsc-wirecheck{,-gen} when cross compiling - # see also: https://github.com/LudovicRousseau/PCSC/issues/25 postPatch = '' substituteInPlace src/libredirect.c src/spy/libpcscspy.c \ --replace-fail "libpcsclite_real.so.1" "$lib/lib/libpcsclite_real.so.1"