Unverified Commit 74db1477 authored by Thomas FitzGerald's avatar Thomas FitzGerald
Browse files

anki: add darwin-only python dependencies

wire newly added anki-audio and anki-mac-helper from python3Packages into
pythonDeps
parent bf8fce55
Loading
Loading
Loading
Loading
+57 −51
Original line number Diff line number Diff line
@@ -43,7 +43,9 @@ let
  srcHash = "sha256-0hLTQR7f7s58DUgAZbDeREMee6VrqAKHyhS1Hs/Em1A=";
  cargoHash = "sha256-qcB+r9VzBz6ACZaXPL26MOxxtb/h2OIuxyc54vUgfPM=";
  yarnHash = "sha256-EmKeHORr/+qsDzAwtearMi7qodcCgjeAQcy+79HL7Vg=";
  pythonDeps = with python3Packages; [
  pythonDeps =
    with python3Packages;
    [
      # anki (pylib) runtime deps
      decorator
      distro
@@ -93,6 +95,10 @@ let
      urllib3
      werkzeug
      wrapt
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      anki-audio
      anki-mac-helper
    ];

  src = fetchFromGitHub {