guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-telega: Remove comment about libtgvoip


From: guix-commits
Subject: branch master updated: gnu: emacs-telega: Remove comment about libtgvoip linkage.
Date: Fri, 07 Aug 2020 22:13:56 -0400

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6286737  gnu: emacs-telega: Remove comment about libtgvoip linkage.
6286737 is described below

commit 62867372297ff0ad05651cbefb1e2f2cd6f63374
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Fri Aug 7 21:13:30 2020 -0500

    gnu: emacs-telega: Remove comment about libtgvoip linkage.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Remove no-longer
    relevant portions of comment.
---
 gnu/packages/emacs-xyz.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6848bce..478f362 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]