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