guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/57: gnu: Add meson-python/newer.


From: guix-commits
Subject: 40/57: gnu: Add meson-python/newer.
Date: Mon, 22 Apr 2024 05:36:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e0e224eae67a58d9cd377b5e15dc5630ced3bb29
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 19 17:52:38 2024 +0200

    gnu: Add meson-python/newer.
    
    * gnu/packages/build-tools.scm (meson-python/newer): New variable.
    
    Change-Id: I5f34a1abdffcc2e782a2956c199f1c303911069c
---
 gnu/packages/build-tools.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 1765892dfa..daaf450e70 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]