1 { stdenv, lib, fetchFromGitHub, chez }:
7 src = fetchFromGitHub {
8 owner = "fedeinthemix";
10 rev = "5770486c2a85d0e3dd4ac62a97918e7c394ea507";
11 sha256 = "sha256-8icdkbYmpTpossirFoulUhJY/8Jo+2eeaMwDftbZh+g=";
14 buildInputs = [ chez ];
17 make PREFIX=$out CHEZ=${chez}/bin/scheme
21 make install PREFIX=$out CHEZ=${chez}/bin/scheme
27 description = "This package provides a collection of SRFI libraries for Chez Scheme";
28 homepage = "https://github.com/fedeinthemix/chez-srfi/";
29 maintainers = [ maintainers.jitwit ];
30 license = licenses.free;