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