mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
proxyauth: add structuredAttrs
This commit is contained in:
parent
b91aa6fb4b
commit
a59cc5aaeb
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
nettle
|
||||
];
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue