mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Deduplicate our many package.nix
a bit (#11175)
- They should all be built in parallel - They should all use strict deps by default
This commit is contained in:
parent
a2fed6db9e
commit
3b49f7a143
24 changed files with 21 additions and 106 deletions
|
@ -68,12 +68,8 @@ mkMesonDerivation (finalAttrs: {
|
|||
LDFLAGS = "-fuse-ld=gold";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
separateDebugInfo = !stdenv.hostPlatform.isStatic;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
hardeningDisable = lib.optional stdenv.hostPlatform.isStatic "pie";
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue