gnu: mumble: End phase with #t.
* gnu/packages/telephony.scm (mumble)[arguments] End install phase with #t.master
parent
aaf94e7148
commit
0b2f15053d
|
@ -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)
|
||||
|
|
Reference in New Issue