11 pname = "guile-commonmark";
12 version = "unstable-2020-04-30";
14 src = fetchFromGitHub {
15 owner = "OrangeShark";
16 repo = "guile-commonmark";
17 rev = "538ffea25ca69d9f3ee17033534ba03cc27ba468";
18 hash = "sha256-9cA7iQ/GGEx+HwsdAxKC3IssqkT/Yg8ZxaiIprS5VuI=";
24 texinfo # for makeinfo
30 # https://github.com/OrangeShark/guile-commonmark/issues/20
34 "GUILE_AUTO_COMPILE=0"
38 homepage = "https://github.com/OrangeShark/guile-commonmark";
39 description = "Implementation of CommonMark for Guile";
40 license = licenses.lgpl3Plus;
41 maintainers = with maintainers; [ AndersonTorres ];
42 platforms = guile.meta.platforms;