gnu: Add meson-python/newer.

* gnu/packages/build-tools.scm (meson-python/newer): New variable.

Change-Id: I5f34a1abdffcc2e782a2956c199f1c303911069c
This commit is contained in:
Ricardo Wurmus 2024-04-19 17:52:38 +02:00
parent ce953927fd
commit e0e224eae6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -396,6 +396,13 @@ (define-public meson-python
(description "Meson-python is a PEP 517 build backend for Meson projects.")
(license license:expat)))
(define-public meson-python/newer
(package
(inherit meson-python)
(propagated-inputs
(modify-inputs (package-propagated-inputs meson-python)
(replace "meson" meson/newer)))))
(define-public premake4
(package
(name "premake")