monophony: add update script
This commit is contained in:
parent
47553fc348
commit
7304daa06b
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, libadwaita
|
||||
, libsoup_3
|
||||
, glib-networking
|
||||
, nix-update-script
|
||||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "monophony";
|
||||
|
@ -57,6 +58,8 @@ python3Packages.buildPythonApplication rec {
|
|||
)
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.com/zehkira/monophony";
|
||||
description = "Linux app for streaming music from YouTube";
|
||||
|
|
Loading…
Reference in a new issue