diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 18:05:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 18:11:50 +0100 |
commit | 837547cbb67730687dee2b50a6dea6236961cce6 (patch) | |
tree | 0c02dbfa673ce3ff20b70bf8ef06cafa53c7076f /gnu | |
parent | 141bae73d62c166fde9b389322667a9e9961b4bc (diff) |
gnu: hangups: Fix build.
* gnu/packages/messaging.scm (hangups)[propagated-inputs]:
Use python-protobuf-3.6 specifically.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index c81ac6f8e8..a1b762ea31 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1843,7 +1843,7 @@ QMatrixClient project.") ("python-async-timeout" ,python-async-timeout) ("python-configargparse" ,python-configargparse) ("python-mechanicalsoup" ,python-mechanicalsoup) - ("python-protobuf" ,python-protobuf) + ("python-protobuf" ,python-protobuf-3.6) ("python-readlike" ,python-readlike) ("python-reparser" ,python-reparser) ("python-requests" ,python-requests) |