mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add protobuf-c-for-aiscm.
* gnu/packages/protobuf.scm (protobuf-c-for-aiscm): New variable.
This commit is contained in:
parent
d4ec49d1da
commit
ac07544ebf
1 changed files with 14 additions and 0 deletions
|
@ -242,6 +242,20 @@ (define-public protobuf-c
|
||||||
code.")
|
code.")
|
||||||
(license license:bsd-2)))
|
(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
|
(define-public protozero
|
||||||
(package
|
(package
|
||||||
(name "protozero")
|
(name "protozero")
|
||||||
|
|
Loading…
Reference in a new issue