1 { lib, stdenv, fetchFromGitHub, cmake, libpthreadstubs, icu }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1582vgslhpgbvcd7ipgf1d1razrvgpq1f93q069yr2bbk6xn8i16";
14 nativeBuildInputs = [ cmake ];
15 buildInputs = [ libpthreadstubs icu ];
18 description = "A clock, timer, and stopwatch for the terminal";
19 homepage = "https://octobanana.com/software/peaclock";
20 license = licenses.mit;
21 platforms = platforms.unix;
22 maintainers = with maintainers; [ djanatyn ];