mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
procps: enable __structuredAttrs & strictDeps
This commit is contained in:
parent
fcfb4d2c1c
commit
54439a1843
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
makeFlags = [ "usrbin_execdir=$(out)/bin" ] ++ lib.optionals watchOnly [ "src/watch" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
# Too red; 8bit support for fixing https://github.com/NixOS/nixpkgs/issues/275220
|
||||
configureFlags = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue