guix-commits
[Top][All Lists]
Advanced

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

12/26: gnu: ortp: Drop input labels.


From: guix-commits
Subject: 12/26: gnu: ortp: Drop input labels.
Date: Sun, 9 Apr 2023 05:06:37 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 28ae758ccaa26e5f548b94a87d79272b252ccbe2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 8 14:03:32 2023 +0200

    gnu: ortp: Drop input labels.
    
    * gnu/packages/linphone.scm (ortp)[native-inputs]: Drop package labels.
---
 gnu/packages/linphone.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index bcd659abe5..bee63a9d04 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -435,8 +435,7 @@ such as conferencing.")
                 (rename-file (string-append #$output "/bin")
                              (string-append #$output:tester "/bin"))))))))
     (native-inputs
-     `(("dot" ,graphviz)
-       ("doxygen" ,doxygen)))
+     (list graphviz doxygen))
     (inputs
      (list bctoolbox))
     (synopsis "Belledonne Communications RTP Library")



reply via email to

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