diff options
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index cf136ae9e3..9f177f6b9f 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2042,9 +2042,8 @@ point and then, after each tween step, plugging back the result.") (license license:expat))) (define-public abseil-cpp-20200923.3 - ;; "guix refresh -l" shows no dependents of this package, but by input - ;; rewriting, grpc-1.16.1 depends on it; - ;; in turn this is an input to hyperledger-iroha and tensorflow. + ;; This is not needed anymore except as a base of inheritance for + ;; abseil-cpp-20220623. (package (name "abseil-cpp") (version "20200923.3") |
