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 08:00:59 -07:00
parent 1a81754662
commit 1468d638d9
+4
View File
@@ -88,6 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
moveToOutput bin/pcsc-spy "$dev"
'';
__structuredAttrs = true;
separateDebugInfo = true;
strictDeps = true;
nativeBuildInputs = [
meson
ninja