mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:29:09 +00:00
newsraft: add passthru.updateScript
This commit is contained in:
parent
75edae02dd
commit
55e5940bc7
@ -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 New Issue
Block a user