Merge pull request #1331 from urv/master
fix: syntax error in networking/mumble
This commit is contained in:
commit
010f535c27
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, qt4, boost, speechd, protobuf, libsndfile,
|
||||
speex, libopus, avahi, pkgconfig
|
||||
speex, libopus, avahi, pkgconfig,
|
||||
jackSupport ? false,
|
||||
jackaudio ? null }:
|
||||
|
||||
|
|
Loading…
Reference in a new issue