rockboxutility: do not pull in espeak by default
This commit is contained in:
@@ -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}";
|
||||||
|
|||||||
Reference in New Issue
Block a user