diff options
author | Brett Gilio <brettg@gnu.org> | 2020-08-07 21:13:30 -0500 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-08-07 21:13:30 -0500 |
commit | 62867372297ff0ad05651cbefb1e2f2cd6f63374 (patch) | |
tree | 5cc0dd0afa1a100ba69636518c4de7a1af1209ab /gnu/packages | |
parent | 580414376b03f2430050f8b5405631f4d7e7e8e3 (diff) | |
download | guix-62867372297ff0ad05651cbefb1e2f2cd6f63374.tar.gz guix-62867372297ff0ad05651cbefb1e2f2cd6f63374.zip |
gnu: emacs-telega: Remove comment about libtgvoip linkage.
* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Remove no-longer
relevant portions of comment.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6848bcee10..478f3623bc 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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 |