mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
iproute2: strictDeps & __structuredAttrs
`nix store make-content-addressed` gives the same output before and after this change
This commit is contained in:
@@ -86,6 +86,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libbpf
|
||||
];
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
|
||||
Reference in New Issue
Block a user