libfaketime: structDeps -> strictDeps (#532054)

This commit is contained in:
Bjørn Forsman 2026-06-16 17:44:36 +00:00 committed by GitHub
commit be29bffce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
__structuredAttrs = true;
structDeps = true;
strictDeps = true;
enableParallelBuilding = true;
meta = {