mob: fix optional withSpeech under darwin
* build was broken under darwin due to incompatible dep that has been pulled in via "withSpeech ? true"
This commit is contained in:
parent
350731a856
commit
097b3eb306
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ lib
|
||||
, buildGoPackage
|
||||
, fetchFromGitHub
|
||||
|
||||
, withSpeech ? true
|
||||
, stdenv
|
||||
, withSpeech ? !stdenv.isDarwin
|
||||
, makeWrapper
|
||||
, espeak-ng
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue