mopidy-local-images: Fix build
This commit is contained in:
parent
3950ea8693
commit
5350b0f669
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, pythonPackages, mopidy }:
|
||||
{ stdenv, fetchFromGitHub, pythonPackages, mopidy, gobjectIntrospection }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "mopidy-local-images-${version}";
|
||||
@ -12,6 +12,12 @@ pythonPackages.buildPythonApplication rec {
|
||||
sha256 = "0gdqxws0jish50mmi57mlqcs659wrllzv00czl18niz94vzvyc0d";
|
||||
};
|
||||
|
||||
buildInputs = [ gobjectIntrospection ];
|
||||
|
||||
checkInputs = [
|
||||
pythonPackages.mock
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
mopidy
|
||||
pythonPackages.pykka
|
||||
|
Loading…
Reference in New Issue
Block a user