guix-patches
[Top][All Lists]
Advanced

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

[bug#67515] [PATCH 01/91] gnu: Add blueprint-compiler-next.


From: Sergio Pastor Pérez
Subject: [bug#67515] [PATCH 01/91] gnu: Add blueprint-compiler-next.
Date: Tue, 28 Nov 2023 22:11:39 +0100

* gnu/packages/gnome.scm (blueprint-compiler-next): New variable.

Change-Id: I6f2e69c33ac99b0bab4e38b6f4d1a9c068127d2e
---
 gnu/packages/gnome.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d354327497..bbae946ec6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3282,6 +3282,25 @@ (define-public blueprint-compiler
     (home-page "https://gitlab.gnome.org/jwestman/blueprint-compiler";)
     (license license:lgpl3+)))
 
+(define-public blueprint-compiler-next
+  (package
+    (inherit blueprint-compiler)
+    (name "blueprint-compiler")
+    (version "0.10.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url
+                     "https://gitlab.gnome.org/jwestman/blueprint-compiler";)
+                    (commit (string-append "v" version))))
+              (file-name (string-append name "-" version "-checkout"))
+              (sha256
+               (base32
+                "0g3rk9rkl92phhjam3b17pw8l0r482jh7zs8wxz87wq3c9rx1ym4"))))
+    (arguments (cons*
+                #:tests? #f
+                (package-arguments blueprint-compiler)))))
+
 (define-public cambalache
   (package
     (name "cambalache")
-- 
2.41.0






reply via email to

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