me
/
guix
Archived
1
0
Fork 0

gnu: grpc-1.16.1: Correct input modifications.

abseil-cpp is not part of the native-inputs but of the inputs.

* gnu/packages/rpc.scm (grpc-1.16.1)[native-inputs]: Only replace protobuf.
[inputs]: Replace abseil-cpp.
master
Ricardo Wurmus 2023-04-20 22:47:53 +02:00
parent 54616b0bae
commit 0ea5ef000d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -171,10 +171,12 @@ browsers to backend services.")
"src/core/lib/iomgr/ev_epollex_linux.cc")
(("gettid\\(")
"sys_gettid("))))))))
(inputs
(modify-inputs (package-inputs grpc)
(replace "abseil-cpp" abseil-cpp-20200923.3)))
(native-inputs
(modify-inputs (package-native-inputs grpc)
(delete "abseil-cpp" "protobuf")
(prepend abseil-cpp-20200923.3 protobuf-3.6)))))
(replace "protobuf" protobuf-3.6)))))
(define-public python-grpc-stubs
(package