guile-fibers: mark linux only
This commit is contained in:
parent
8a4ed1b3c2
commit
43a686f4c7
@ -23,6 +23,6 @@ in stdenv.mkDerivation {
|
|||||||
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.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user