me
/
guix
Archived
1
0
Fork 0

gnu: protobuf@3.5: Inherit from protobuf@3.6.

* gnu/packages/protobuf.scm (protobuf-3.5): Change inheritance, so it gets the
correct build system and phases.
Marius Bakke 2022-11-22 06:00:52 +01:00
parent 3d62d7648a
commit 4bf4e051d1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ internal RPC protocols and file formats.")
;; The 3.5 series are the last versions that do not require C++ 11.
(define-public protobuf-3.5
(package
(inherit protobuf)
(inherit protobuf-3.6)
(version "3.5.1")
(source (origin
(method url-fetch)