gnu: Remove abseil-cpp-20211102.0.

This is now a leaf package only used for the former build of the grpc
package.  It fails to build with the recent core-packages updates.

* gnu/packages/cpp.scm (abseil-cpp-20211102.0): Delete variable.

Change-Id: I082e546134ee03cb233b2b91d291fce8f94b7c50
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Nicolas Graves 2025-08-04 10:29:35 +02:00 committed by Andreas Enge
parent b283c8cb46
commit 55096b7c0c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2096,29 +2096,6 @@ augment the C++ standard library. The Abseil library code is collected from
Google's C++ code base.")
(license license:asl2.0)))
;; This is for grpc-for-python-grpcio; keep this in sync with its actual
;; requirements.
(define-public abseil-cpp-20211102.0
(let ((base abseil-cpp-20200923.3))
(package
(inherit base)
(name "abseil-cpp")
(version "20211102.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/abseil/abseil-cpp")
(commit "215105818dfde3174fe799600bb0f3cae233d0bf")))
(file-name (git-file-name name version))
(sha256
(base32
"028vlxpmh65kb7s0cpba38qcwk1abyn5br0ffhvvjjh97vld69di"))))
(arguments
(substitute-keyword-arguments (package-arguments base)
((#:tests? _ #false) #false)
((#:configure-flags flags)
#~(cons* "-DCMAKE_CXX_STANDARD=11" #$flags)))))))
(define-public abseil-cpp-20220623
(let ((base abseil-cpp-20200923.3))
(package