beets: use unstableGitUpdater
This commit is contained in:
parent
5b896d3797
commit
8094392757
@ -2,6 +2,7 @@
|
|||||||
, pythonPackages, imagemagick, gobject-introspection, gst_all_1
|
, pythonPackages, imagemagick, gobject-introspection, gst_all_1
|
||||||
, runtimeShell
|
, runtimeShell
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
|
, unstableGitUpdater
|
||||||
|
|
||||||
# Attributes needed for tests of the external plugins
|
# Attributes needed for tests of the external plugins
|
||||||
, callPackage, beets
|
, callPackage, beets
|
||||||
@ -290,6 +291,7 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
externalPlugins = plugins;
|
externalPlugins = plugins;
|
||||||
|
updateScript = unstableGitUpdater { url = "https://github.com/beetbox/beets"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user