guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add protobuf-c-for-aiscm.


From: guix-commits
Subject: 01/02: gnu: Add protobuf-c-for-aiscm.
Date: Fri, 11 Nov 2022 11:22:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ac07544ebffc722afd092d24feeba69e5a1c68d1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 11 17:19:10 2022 +0100

    gnu: Add protobuf-c-for-aiscm.
    
    * gnu/packages/protobuf.scm (protobuf-c-for-aiscm): New variable.
---
 gnu/packages/protobuf.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 1448691a42..22900e89cd 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -242,6 +242,20 @@ generator that converts Protocol Buffer @code{.proto} 
files to C descriptor
 code.")
     (license license:bsd-2)))
 
+(define-public protobuf-c-for-aiscm
+  (package
+    (inherit protobuf-c)
+    (version "1.3.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/protobuf-c/protobuf-c/";
+                                  "releases/download/v" version
+                                  "/protobuf-c-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0y3yaanq97si7iyld06p8w20m0shpj7sf4xwzbhhvijhxw36d592"))))
+    (inputs (list protobuf-3.6))))
+
 (define-public protozero
   (package
     (name "protozero")



reply via email to

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