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:
commit
d1ba01235f
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue