3
0
Fork 0
forked from mirrors/nixpkgs

guile-fibers: nitpicks

This commit is contained in:
Joerg Thalheim 2017-09-24 11:30:43 +01:00
parent 6aa0307145
commit 6786ad7db6

View file

@ -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;