mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add meson-python/newer.
* gnu/packages/build-tools.scm (meson-python/newer): New variable. Change-Id: I5f34a1abdffcc2e782a2956c199f1c303911069c
This commit is contained in:
parent
ce953927fd
commit
e0e224eae6
1 changed files with 7 additions and 0 deletions
|
@ -396,6 +396,13 @@ (define-public meson-python
|
||||||
(description "Meson-python is a PEP 517 build backend for Meson projects.")
|
(description "Meson-python is a PEP 517 build backend for Meson projects.")
|
||||||
(license license:expat)))
|
(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
|
(define-public premake4
|
||||||
(package
|
(package
|
||||||
(name "premake")
|
(name "premake")
|
||||||
|
|
Loading…
Reference in a new issue