rockboxutility: do not pull in espeak by default

This commit is contained in:
Peter Hoeg 2017-05-02 15:51:53 +08:00
parent e057e5927e
commit d4dbef90f3

View file

@ -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}";