me
/
guix
Archived
1
0
Fork 0

gnu: tdlib-1.8.0: Add source file-name.

* gnu/packages/messaging.scm (tdlib-1.8.0)[source]: Add file-name field.
Efraim Flashner 2022-11-14 15:19:39 +02:00
parent a5d64173e0
commit 19f8ebae0e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -729,7 +729,7 @@ identi.ca and status.net).")
;; Version 0.4.3 of bitlbee-discord was prepared to work for ;; Version 0.4.3 of bitlbee-discord was prepared to work for
;; glib@2.68. However, version 2.69 of glib introduced a breaking change ;; glib@2.68. However, version 2.69 of glib introduced a breaking change
;; causing bitlbee-discord to throw: ;; causing bitlbee-discord to throw:
;; ;;
;; discord - Login error: Failed to switch to websocket mode ;; discord - Login error: Failed to switch to websocket mode
;; ;;
;; This makes the plugin unable to connect and therefore unusable: ;; This makes the plugin unable to connect and therefore unusable:
@ -2699,6 +2699,7 @@ support for high performance Telegram Bot creation.")
(uri (git-reference (uri (git-reference
(url "https://github.com/tdlib/td") (url "https://github.com/tdlib/td")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name "tdlib" version))
(sha256 (sha256
(base32 (base32
"19psqpyh9a2kzfdhgqkirpif4x8pzy89phvi59dq155y30a3661q")))))) "19psqpyh9a2kzfdhgqkirpif4x8pzy89phvi59dq155y30a3661q"))))))