9 stdenv.mkDerivation rec {
14 url = "mirror://savannah/guile-json/${pname}-${version}.tar.gz";
15 sha256 = "sha256-OLoEjtKdEvBbMsWy+3pReVxEi0HkA6Kxty/wA1gX84g=";
20 guile pkg-config texinfo
26 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
29 description = "JSON Bindings for GNU Guile";
30 homepage = "https://savannah.nongnu.org/projects/guile-json";
31 license = licenses.gpl3Plus;
32 maintainers = with maintainers; [ ethancedwards8 ];
33 platforms = platforms.all;