1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 20:51:48 +02:00

Merge pull request #12956 from SuperSandro2000/patch-2

Fix meson warnings on minimum version
This commit is contained in:
Eelco Dolstra 2025-04-07 19:50:36 +02:00 committed by GitHub
commit d1ba01235f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ project('nix', 'cpp',
'errorlogs=true', # Please print logs for tests that fail 'errorlogs=true', # Please print logs for tests that fail
'localstatedir=/nix/var', 'localstatedir=/nix/var',
], ],
meson_version : '>= 1.1', meson_version : '>= 1.4',
license : 'LGPL-2.1-or-later', license : 'LGPL-2.1-or-later',
) )