mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libfaketime: strictDeps & enableParallelBuilding
`nix store make-content-addressed` gives the same output before and after this change. The speedup from `enableParallelBuilding` is only 39s -> 36s on my machine, but why not?
This commit is contained in:
parent
83c40c9d32
commit
c9b84bea76
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
doCheck = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
structDeps = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "Report faked system time to programs without having to change the system-wide time";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue