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

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

This reverts commit 53ac49f72c, reversing
changes made to 8e5ca787f4.

This broke nixpkgs eval test that was depending overflowing integers...
This commit is contained in:
Jörg Thalheim 2025-08-13 22:46:03 +02:00
parent 5d3197bb6c
commit 75740fbd75
5 changed files with 25 additions and 158 deletions

View file

@ -71,12 +71,6 @@ 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(