10 stdenv.mkDerivation (finalAttrs: {
11 pname = "guile-sjson";
14 src = fetchFromGitLab {
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-MmnEZhJTbZDIO8vWVCoTt4rGbOjfPZQ3bqAGv4ei69o=";
34 description = "S-expression based json reader/writer for Guile";
35 homepage = "https://gitlab.com/dustyweb/guile-sjson";
36 license = licenses.lgpl3Plus;
37 maintainers = with maintainers; [ galaxy ];
38 platforms = guile.meta.platforms;