forked from mirrors/nixpkgs
mumble: fix speechd support
This commit is contained in:
parent
f3435096e2
commit
5489bc4109
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue