diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-22 06:00:52 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-22 08:37:23 +0100 |
commit | 4bf4e051d1d3a820867e39273213374d2bc6df75 (patch) | |
tree | 457ee33c499c9e85859fcbdcc247053284fb4c42 /gnu/packages | |
parent | 3d62d7648a87885404f2513e05d7d7e350cf7a23 (diff) | |
download | guix-4bf4e051d1d3a820867e39273213374d2bc6df75.tar.gz guix-4bf4e051d1d3a820867e39273213374d2bc6df75.zip |
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')
-rw-r--r-- | gnu/packages/protobuf.scm | 2 |
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) |