mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: meson: Update to 1.9.0.
* gnu/packages/build-tools.scm (meson): Update to 1.9.0.
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools.
[#:phases]: Adjust 'wrap phase for pyproject-build-system.
(meson-1.8): Remove variable.
* gnu/packages/gl.scm (mesa)[arguments]: Remove #:meson.
Co-authored-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Co-authored-by: Dariqq <dariqq@posteo.net>
Change-Id: I31932f24d1a54b8c79987296daaeb5a5285a8344
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Co-authored-by: John Kehayias <john@guixotic.coop>
(cherry picked from commit 3bcc621b2f
)
This commit is contained in:
parent
e089257338
commit
3b0387e8ca
2 changed files with 11 additions and 23 deletions
|
@ -383,7 +383,6 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
(outputs '("out" "bin"))
|
||||
(arguments
|
||||
(list
|
||||
#:meson meson-1.8
|
||||
#:configure-flags
|
||||
#~(list
|
||||
#$@(cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue