From 4bf4e051d1d3a820867e39273213374d2bc6df75 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 22 Nov 2022 06:00:52 +0100 Subject: 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. --- gnu/packages/protobuf.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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) -- cgit v1.2.3