diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:19:39 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:19:39 +0200 |
commit | 19f8ebae0e8e79f9297cddc98b57f9d61b7dc1b1 (patch) | |
tree | 2a8086b48bd9b22311a2537fbab0125fa06f7e78 /gnu | |
parent | a5d64173e0fc8ff7bbfd74724af86d0050f8b034 (diff) | |
download | guix-19f8ebae0e8e79f9297cddc98b57f9d61b7dc1b1.tar guix-19f8ebae0e8e79f9297cddc98b57f9d61b7dc1b1.tar.gz |
gnu: tdlib-1.8.0: Add source file-name.
* gnu/packages/messaging.scm (tdlib-1.8.0)[source]: Add file-name field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 5032645f7a..db1c96f9dc 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -729,7 +729,7 @@ identi.ca and status.net).") ;; 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 ;; causing bitlbee-discord to throw: - ;; + ;; ;; discord - Login error: Failed to switch to websocket mode ;; ;; This makes the plugin unable to connect and therefore unusable: @@ -2699,6 +2699,7 @@ support for high performance Telegram Bot creation.") (uri (git-reference (url "https://github.com/tdlib/td") (commit (string-append "v" version)))) + (file-name (git-file-name "tdlib" version)) (sha256 (base32 "19psqpyh9a2kzfdhgqkirpif4x8pzy89phvi59dq155y30a3661q")))))) |