gnu: mumble: End phase with #t.

* gnu/packages/telephony.scm (mumble)[arguments] End install phase with #t.
This commit is contained in:
Björn Höfling 2020-05-16 23:12:26 +02:00 committed by Tobias Geerinckx-Rice
parent aaf94e7148
commit 0b2f15053d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -620,7 +620,8 @@ (define-public mumble
(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)