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:
parent
f3435096e2
commit
5489bc4109
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue