guix-commits
[Top][All Lists]
Advanced

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

86/104: gnu: mumble: End phase with #t.


From: guix-commits
Subject: 86/104: gnu: mumble: End phase with #t.
Date: Sun, 17 May 2020 11:36:49 -0400 (EDT)

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

commit 0b2f15053da80c99fe819cd8605898c7730a41e3
Author: Björn Höfling <address@hidden>
AuthorDate: Sat May 16 23:12:26 2020 +0200

    gnu: mumble: End phase with #t.
    
    * gnu/packages/telephony.scm (mumble)[arguments] End install phase with #t.
---
 gnu/packages/telephony.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 760c1e0..4c84ddc 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -620,7 +620,8 @@ address of one of the participants.")
                (for-each (lambda (file) (install-file file lib))
                          (find-files "." "\\.so\\."))
                (for-each (lambda (file) (install-file file lib))
-                         (find-files "release/plugins" "\\.so$"))))))))
+                         (find-files "release/plugins" "\\.so$"))
+               #t))))))
     (inputs
      `(("avahi" ,avahi)
        ("boost" ,boost)



reply via email to

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