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:
@@ -88,6 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
moveToOutput bin/pcsc-spy "$dev"
|
||||
'';
|
||||
|
||||
__structuredAttrs = true;
|
||||
separateDebugInfo = true;
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
|
||||
Reference in New Issue
Block a user