summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/protobuf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 6b174a8d4f4..309a6a6f55f 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -589,8 +589,8 @@ mechanism for serializing structured data.")
(native-inputs
(list python-setuptools))
;; The C++ implementation is not compatible with Python 3.11, so we cannot
- ;; pass --cpp_implementation any more.
- (inputs (list protobuf-3.20))
+ ;; pass --cpp_implementation any more. Without that flag, only the pure
+ ;; Python implementation is built and the C++ protobuf library is not needed.
(home-page "https://github.com/google/protobuf")
(synopsis "Protocol buffers is a data interchange format")
(description