pcsclite: enable structuredAttrs, separateDebugInfo, strictDeps

__structuredAttrs and strictDeps being enabled are obvious. separateDebugInfo is enabled as it helps with troubleshooting broken plugins.
This commit is contained in:
Gavin John 2026-05-29 01:48:27 -07:00
commit 1468d638d9
No known key found for this signature in database
GPG key ID: CD96142D18BAD638

View file

@ -88,6 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
moveToOutput bin/pcsc-spy "$dev"
'';
__structuredAttrs = true;
separateDebugInfo = true;
strictDeps = true;
nativeBuildInputs = [
meson
ninja