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