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:14:38 +01:00
parent 350731a856
commit 097b3eb306
+2 -2
View File
@@ -1,8 +1,8 @@
{ lib
, buildGoPackage
, fetchFromGitHub
, withSpeech ? true
, stdenv
, withSpeech ? !stdenv.isDarwin
, makeWrapper
, espeak-ng
}: