1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 03:23:20 +00:00

mumble: fix speechd support

This commit is contained in:
Nikolay Amiantov 2016-04-23 02:21:34 +03:00
parent f3435096e2
commit 5489bc4109

View file

@ -80,6 +80,8 @@ let
"CONFIG+=no-server"
];
NIX_CFLAGS_COMPILE = optional speechdSupport "-I${speechd}/include/speech-dispatcher";
installPhase = ''
cp scripts/mumble-overlay $out/bin
sed -i "s,/usr/lib,$out/lib,g" $out/bin/mumble-overlay