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:
Jan Schmitt 2022-03-16 07:24:42 +01:00
parent 350731a856
commit 097b3eb306
No known key found for this signature in database
GPG key ID: A2BC3C6F14351991

View file

@ -1,8 +1,8 @@
{ lib
, buildGoPackage
, fetchFromGitHub
, withSpeech ? true
, stdenv
, withSpeech ? !stdenv.isDarwin
, makeWrapper
, espeak-ng
}: