8 stdenvNoCC.mkDerivation (finalAttrs: {
12 src = fetchFromBitbucket {
14 owner = "ben-crowell";
15 rev = finalAttrs.version;
16 hash = "sha256-+ggYjY6/aTUrdvREn0TTQ4Pu/VR4QTjflDaicRXuOMs=";
19 buildInputs = [ perl ];
21 nativeBuildInputs = [ installShellFiles ];
24 pod2man $src/when when.1
30 install -Dm755 when $out/bin/when
37 description = "Extremely simple personal calendar program";
38 homepage = "https://www.lightandmatter.com/when/when.html";
39 license = licenses.gpl2Only;
41 maintainers = with maintainers; [ vonixxx ];
42 platforms = platforms.all;