mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
lnav: add updateScript
This commit is contained in:
parent
23e89b7da8
commit
494f142f79
@ -11,6 +11,7 @@
|
||||
, automake
|
||||
, curl
|
||||
, buildPackages
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -47,6 +48,8 @@ stdenv.mkDerivation rec {
|
||||
./autogen.sh
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/tstack/lnav";
|
||||
description = "Logfile Navigator";
|
||||
|
Loading…
Reference in New Issue
Block a user