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:
SandaruKasa 2026-06-13 01:45:49 +03:00
commit c9b84bea76

View file

@ -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";