gnu: hangups: Fix build.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 2 Nov 2019 17:05:20 +0000 (18:05 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 2 Nov 2019 17:11:50 +0000 (18:11 +0100)
* gnu/packages/messaging.scm (hangups)[propagated-inputs]:
Use python-protobuf-3.6 specifically.

gnu/packages/messaging.scm

index c81ac6f..a1b762e 100644 (file)
@@ -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)