mob: fix optional withSpeech under darwin

* build was broken under darwin due to incompatible dep that has been
  pulled in via "withSpeech ? true"
main
Jan Schmitt 2 years ago
parent 350731a856
commit 097b3eb306
No known key found for this signature in database
GPG Key ID: A2BC3C6F14351991
  1. 4
      pkgs/applications/misc/mob/default.nix

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

Loading…
Cancel
Save