~ruther/guix-local

f8635aa0ab4b607849c6b36af6264177d1dacacc — Andreas Enge 8 months ago d23569e
gnu: Remove protobuf-3.5.

* gnu/packages/protobuf.scm (protobuf-3.5): Delete variable.

Fixes: guix/guix#1776
Change-Id: I4b938aa62ba402f4342de4f5db047106d028dac6
1 files changed, 0 insertions(+), 14 deletions(-)

M gnu/packages/protobuf.scm
M gnu/packages/protobuf.scm => gnu/packages/protobuf.scm +0 -14
@@ 219,20 219,6 @@ internal RPC protocols and file formats.")
                  #~(modify-phases #$phases
                      (delete 'set-c++-standard)))))))

;; The 3.5 series are the last versions that do not require C++ 11.
(define-public protobuf-3.5
  (package
    (inherit protobuf-3.6)
   (version "3.5.1")
   (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/google/protobuf/releases/"
                                  "download/v" version "/protobuf-cpp-"
                                  version ".tar.gz"))
              (sha256
               (base32
                "14j0427ykjzrd9a66c2mpk0sjcccjlsx6q8ww6hzwb6sha3vm3f2"))))))

;; XXX Remove this old version when no other packages depend on it.
(define-public protobuf-2
  (package (inherit protobuf)