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
parent 54cc2b4e06
commit 69a745b735
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

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)