mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +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 {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "mopidy-beets";
|
pname = "mopidy-beets";
|
||||||
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
pykka
|
pykka
|
||||||
requests
|
requests
|
||||||
] ++ [ mopidy ];
|
] ++ [ mopidy beets ];
|
||||||
|
|
||||||
checkInputs = with python3.pkgs; [
|
checkInputs = with python3.pkgs; [
|
||||||
pytest
|
pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user