1 { lib, stdenv, fetchFromGitHub, zstd }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-OkSs0Cu79u53+fN57px48f6kJKuOJLjGUar+lLTdUJU=";
14 nativeBuildInputs = [ zstd ];
17 mkdir -p $out/{bin,man}
18 cp ttytime ttyplay ttyrec $out/bin
23 homepage = "https://github.com/ovh/ovh-ttyrec/";
24 description = "Terminal interaction recorder and player";
25 license = licenses.bsd3;
26 platforms = platforms.all;
27 maintainers = with maintainers; [ chaduffy zimbatm ];