gnu: Add meson-python/newer.
* gnu/packages/build-tools.scm (meson-python/newer): New variable. Change-Id: I5f34a1abdffcc2e782a2956c199f1c303911069cmaster
parent
ce953927fd
commit
e0e224eae6
|
@ -396,6 +396,13 @@ resembles 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")
|
||||
|
|
Reference in New Issue