gnu: mumble: Fix mumble-overlay.
authorLeo Prikler <leo.prikler@student.tugraz.at>
Thu, 25 Jun 2020 13:46:18 +0000 (15:46 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 28 Jun 2020 21:26:54 +0000 (23:26 +0200)
commit22ec89974b82cdfdb8fa619ebf7447cf04103807
tree58a4ada364a8497ba1eb9824345c5fa46c7c9311
parentead5c46147ebf352ad4804d52a766dcf105eda4f
gnu: mumble: Fix mumble-overlay.

The canonical mumble-overlay script searches for libmumble.so.1 in various
directories, none of which are relevant in Guix installations and
additionally does some work to match the architecture of the library to that
of the command that will be executed.
This work is unnecessary in Guix and only causes the script to fail, so we
instead just hardcode the path.

* gnu/packages/telephony.scm (mumble)[#:phases]: Add fix-mumble-overlay.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/telephony.scm