mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
mopidy-beets: fix deps
This commit is contained in:
parent
6708cffbb6
commit
9576d0cecd
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, python3, mopidy }:
|
||||
{ lib, fetchFromGitHub, python3, mopidy, beets }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "mopidy-beets";
|
||||
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
pykka
|
||||
requests
|
||||
] ++ [ mopidy ];
|
||||
] ++ [ mopidy beets ];
|
||||
|
||||
checkInputs = with python3.pkgs; [
|
||||
pytest
|
||||
|
Loading…
Reference in New Issue
Block a user