summaryrefslogtreecommitdiff
path: root/gnu/packages/protobuf.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-11-22 06:00:52 +0100
committerMarius Bakke <marius@gnu.org>2022-11-22 08:37:23 +0100
commit4bf4e051d1d3a820867e39273213374d2bc6df75 (patch)
tree457ee33c499c9e85859fcbdcc247053284fb4c42 /gnu/packages/protobuf.scm
parent3d62d7648a87885404f2513e05d7d7e350cf7a23 (diff)
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.
Diffstat (limited to 'gnu/packages/protobuf.scm')
-rw-r--r--gnu/packages/protobuf.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index a052a38853..f7184bd49a 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -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)