11 stdenv.mkDerivation rec {
12 pname = "guile-fibers";
15 src = fetchFromGitHub {
19 hash = "sha256-jJKA5JEHsmqQ/IKb1aNmOtoVaGKNjcgTKyo5VCiJbXM=";
28 texinfo # for makeinfo
37 "GUILE_AUTO_COMPILE=0"
41 homepage = "https://github.com/wingo/fibers";
42 description = "Concurrent ML-like concurrency for Guile";
43 license = licenses.lgpl3Plus;
44 maintainers = with maintainers; [ vyp ];
45 platforms = guile.meta.platforms;