mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libfaketime: structDeps -> strictDeps (#532054)
This commit is contained in:
commit
be29bffce6
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
doCheck = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
structDeps = true;
|
||||
strictDeps = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue