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