rockboxutility: do not pull in espeak by default
This commit is contained in:
parent
e057e5927e
commit
d4dbef90f3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, pkgconfig, libusb1
|
||||
, qtbase, qttools, makeQtWrapper, qmakeHook
|
||||
, withEspeak ? true, espeak ? null }:
|
||||
, withEspeak ? false, espeak ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rockbox-utility-${version}";
|
||||
|
|
Loading…
Reference in a new issue