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.
parent
3d62d7648a
commit
4bf4e051d1
|
@ -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)
|
||||
|
|
Reference in New Issue