9 stdenv.mkDerivation rec {
10 pname = "guile-commonmark";
13 src = fetchFromGitHub {
14 owner = "OrangeShark";
17 hash = "sha256-qYDcIiObKOU8lmcfk327LMPx/2Px9ecI3QLrSWWLxMo=";
28 # https://github.com/OrangeShark/guile-commonmark/issues/20
32 "GUILE_AUTO_COMPILE=0"
36 homepage = "https://github.com/OrangeShark/guile-commonmark";
37 description = "Implementation of CommonMark for Guile";
38 license = licenses.lgpl3Plus;
39 maintainers = with maintainers; [ AndersonTorres ];
40 platforms = guile.meta.platforms;