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 @@ (define-public bitlbee-discord ;; 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 @@ (define-public tdlib-1.8.0 (uri (git-reference (url "https://github.com/tdlib/td") (commit (string-append "v" version)))) + (file-name (git-file-name "tdlib" version)) (sha256 (base32 "19psqpyh9a2kzfdhgqkirpif4x8pzy89phvi59dq155y30a3661q"))))))