mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
1a81754662
commit
1468d638d9
1 changed files with 4 additions and 0 deletions
|
|
@ -88,6 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
moveToOutput bin/pcsc-spy "$dev"
|
||||
'';
|
||||
|
||||
__structuredAttrs = true;
|
||||
separateDebugInfo = true;
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue