newsraft: add passthru.updateScript
This commit is contained in:
parent
75edae02dd
commit
55e5940bc7
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, ncurses
|
||||
, sqlite
|
||||
, yajl
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
@ -27,6 +28,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
passthru.updateScript = nix-update-script {};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Feed reader for terminal";
|
||||
homepage = "https://codeberg.org/grisha/newsraft";
|
||||
|
|
Loading…
Reference in a new issue