guile-fibers: nitpicks
This commit is contained in:
parent
6aa0307145
commit
6786ad7db6
@ -13,13 +13,14 @@ in stdenv.mkDerivation {
|
|||||||
sha256 = "1r47m1m112kxf23xny99f0qkqsk6626iyc5jp7vzndfiyp5yskwi";
|
sha256 = "1r47m1m112kxf23xny99f0qkqsk6626iyc5jp7vzndfiyp5yskwi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook pkgconfig guile texinfo ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
buildInputs = [ guile texinfo ];
|
||||||
|
|
||||||
autoreconfPhase = "./autogen.sh";
|
autoreconfPhase = "./autogen.sh";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Concurrent ML-like concurrency for Guile";
|
description = "Concurrent ML-like concurrency for Guile";
|
||||||
homepage = "https://github.com/wingo/fibers";
|
homepage = https://github.com/wingo/fibers;
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ vyp ];
|
maintainers = with maintainers; [ vyp ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user