1 { stdenv, lib, fetchgit, chez }:
8 url = "https://github.com/fedeinthemix/chez-srfi.git";
9 rev = "5770486c2a85d0e3dd4ac62a97918e7c394ea507";
10 sha256 = "1s47v7b7w0ycd2g6gyv8qbzmh4jjln5iday8n9l3m996ns8is9zj";
13 buildInputs = [ chez ];
16 make PREFIX=$out CHEZ=${chez}/bin/scheme
20 make install PREFIX=$out CHEZ=${chez}/bin/scheme
26 description = "This package provides a collection of SRFI libraries for Chez Scheme";
27 homepage = "https://github.com/fedeinthemix/chez-srfi/";
28 maintainers = [ maintainers.jitwit ];
29 license = licenses.free;