rcshist: init at 1.04

This commit is contained in:
Dmitry Bogatov 2022-02-07 21:37:19 -04:00 committed by Yt
parent f10cb1c0a9
commit 99bfa8b949
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{ lib
, stdenv
, fetchurl
}:
stdenv.mkDerivation
{
pname = "rcshist";
version = "1.04";
src =
fetchurl
{
url = "https://invisible-island.net/datafiles/release/rcshist.tar.gz";
sha256 = "01ab3xwgm934lxr8bm758am3vxwx4hxx7cc9prbgqj5nh30vdg1n";
};
meta = {
description = "Utitity to display complete revision history of a set of RCS files";
homepage = "https://invisible-island.net/rcshist/rcshist.html";
license = lib.licenses.bsd2;
maintainers = [ lib.maintainers.kaction ];
platforms = lib.platforms.unix;
};
}

View File

@ -29287,6 +29287,8 @@ with pkgs;
rcs = callPackage ../applications/version-management/rcs { };
rcshist = callPackage ../applications/version-management/rcshist { };
rdesktop = callPackage ../applications/networking/remote/rdesktop { };
rdedup = callPackage ../tools/backup/rdedup {