read-it-later: add updateScript
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
libsoup_3,
|
libsoup_3,
|
||||||
webkitgtk_6_0,
|
webkitgtk_6_0,
|
||||||
sqlite,
|
sqlite,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@@ -55,6 +56,8 @@ stdenv.mkDerivation rec {
|
|||||||
sqlite
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple Wallabag client with basic features to manage articles";
|
description = "Simple Wallabag client with basic features to manage articles";
|
||||||
homepage = "https://gitlab.gnome.org/World/read-it-later";
|
homepage = "https://gitlab.gnome.org/World/read-it-later";
|
||||||
|
|||||||
Reference in New Issue
Block a user