21 stdenv.mkDerivation rec {
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-JiSGoEVGotaPqEKFHjTagi+sZPgdX+tKI0FIHRmJKHE=";
54 description = "Hierarchical note taking application";
55 mainProgram = "cherrytree";
57 Cherrytree is an hierarchical note taking application, featuring rich
58 text, syntax highlighting and powerful search capabilities. It organizes
59 all information in units called "nodes", as in a tree, and can be very
60 useful to store any piece of information, from tables and links to
61 pictures and even entire documents. All those little bits of information
62 you have scattered around your hard drive can be conveniently placed into
63 a Cherrytree document where you can easily find it.
65 homepage = "https://www.giuspen.com/cherrytree";
66 changelog = "https://raw.githubusercontent.com/giuspen/cherrytree/${version}/changelog.txt";
67 license = licenses.gpl3Plus;
69 platforms = platforms.unix;