gnu: emacs-telega: Remove comment about libtgvoip linkage.

* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Remove no-longer
relevant portions of comment.
This commit is contained in:
Brett Gilio 2020-08-07 21:13:30 -05:00
parent 580414376b
commit 6286737229
No known key found for this signature in database
GPG Key ID: F6C52DD1BA27CB87

View File

@ -22496,11 +22496,7 @@ fish-completion. It can be used in both Eshell and M-x shell.")
(guix build emacs-utils))
#:test-target "test"
;; TODO: Currently tgVOIP is not functional, thus we have disabled it
;; temporarily. This functionality when enabled causes an erroneous
;; linkage with libtgvoip.so and libopus.so (FFMPEG) against the
;; system libraries on "foreign" distros. When tgVOIP becomes functional
;; this needs to be investigated to prevent a linkage issue.
;; Re-add libtgvoip to native-inputs at that time.
;; temporarily.
;; #:make-flags (list "WITH_VOIP=t")
#:phases
(modify-phases %standard-phases