gnu: mumble: End phase with #t.
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sat, 16 May 2020 21:12:26 +0000 (23:12 +0200)
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sat, 16 May 2020 22:32:01 +0000 (00:32 +0200)
* gnu/packages/telephony.scm (mumble)[arguments] End install phase with #t.

gnu/packages/telephony.scm

index 760c1e0..4c84ddc 100644 (file)
@@ -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)