PCSC Error Compiling yubikey-agent

I’ve created a PR for a new package, but I’m having trouble getting this to build.

https://github.com/NixOS/nixpkgs/pull/92965

Error message is:

# github.com/go-piv/piv-go/piv
In file included from vendor/github.com/go-piv/piv-go/piv/pcsc_unix.go:30:
/nix/store/wdhrxbxf175g3qwv22fcm5zda2734a7y-pcsclite-1.8.26-dev/include/PCSC/winscard.h:41:10: fatal error: pcsclite.h: No such file or directory
   41 | #include <pcsclite.h>
      |          ^~~~~~~~~~~~
compilation terminated.

Help appreciated

Resolved by @flokli in PR comments