me
/
guix
Archived
1
0
Fork 0

gnu: mumble: Use correct path for libmumbleoverlay.

* gnu/packages/telephony.scm (mumble)[fix-mumble-overlay]: Use
‘libmumbleoverlay.so’ instead of the old ‘libmumble.so.1’.
Drop trailing #t.
master
Liliana Marie Prikler 2022-03-20 09:48:08 +01:00
parent ea8aebafca
commit 5e8f648842
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 3 deletions

View File

@ -627,9 +627,8 @@ address of one of the participants.")
(format #t "#!~a~%" (search-input-file inputs "/bin/bash"))
(format #t "export LD_PRELOAD=\"~a $LD_PRELOAD\"~%"
(string-append (assoc-ref outputs "out")
"/lib/mumble/libmumble.so.1"))
(format #t "exec \"${@}\"")))
#t))
"/lib/mumble/libmumbleoverlay.so"))
(format #t "exec \"${@}\"")))))
(add-after 'unpack 'hardcode-pulseaudio
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "src/mumble/PulseAudio.cpp"