1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Merge pull request #12960 from NixOS/mergify/bp/2.28-maintenance/pr-12956

Fix meson warnings on minimum version (backport #12956)
This commit is contained in:
mergify[bot] 2025-04-07 18:26:02 +00:00 committed by GitHub
commit 6dde30bacf
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',
) )