mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
mopidy-spotify: add updateScript
This commit is contained in:
parent
85f1ba3e51
commit
b4217d476a
@ -1,4 +1,4 @@
|
|||||||
{ lib, fetchFromGitHub, pythonPackages, mopidy }:
|
{ lib, fetchFromGitHub, pythonPackages, mopidy, unstableGitUpdater }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "mopidy-spotify";
|
pname = "mopidy-spotify";
|
||||||
@ -22,6 +22,8 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
pythonImportsCheck = [ "mopidy_spotify" ];
|
pythonImportsCheck = [ "mopidy_spotify" ];
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/mopidy/mopidy-spotify";
|
homepage = "https://github.com/mopidy/mopidy-spotify";
|
||||||
description = "Mopidy extension for playing music from Spotify";
|
description = "Mopidy extension for playing music from Spotify";
|
||||||
|
Loading…
Reference in New Issue
Block a user