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:
parent
e1c9bc0ef6
commit
8251305aff
5 changed files with 158 additions and 25 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue