19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 sha256 = "sha256-p7kiOxy4o0RwmN3LFfLSpkz08KcYYMVxVAEUvAX1KEA=";
50 description = "An hierarchical note taking application";
52 Cherrytree is an hierarchical note taking application, featuring rich
53 text, syntax highlighting and powerful search capabilities. It organizes
54 all information in units called "nodes", as in a tree, and can be very
55 useful to store any piece of information, from tables and links to
56 pictures and even entire documents. All those little bits of information
57 you have scattered around your hard drive can be conveniently placed into
58 a Cherrytree document where you can easily find it.
60 homepage = "https://www.giuspen.com/cherrytree";
61 changelog = "https://raw.githubusercontent.com/giuspen/cherrytree/${version}/changelog.txt";
62 license = licenses.gpl3Plus;
63 maintainers = with maintainers; [ ];