mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: mumble: End phase with #t.
* gnu/packages/telephony.scm (mumble)[arguments] End install phase with #t.
This commit is contained in:
parent
54cc2b4e06
commit
69a745b735
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue