1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-07 01:21:00 +01:00

Reapply "Merge pull request #13741 from xokdvium/toml-timestamps"

This reverts commit 75740fbd75.
This commit is contained in:
Sergei Zimmerman 2025-09-01 01:26:14 +03:00
parent e1c9bc0ef6
commit 8251305aff
No known key found for this signature in database
5 changed files with 158 additions and 25 deletions

View file

@ -71,6 +71,12 @@ toml11 = dependency(
method : 'cmake',
include_type : 'system',
)
configdata_priv.set(
'HAVE_TOML11_4',
toml11.version().version_compare('>= 4.0.0').to_int(),
)
deps_other += toml11
config_priv_h = configure_file(