mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Merge pull request #247510 from wegank/guile-fibers
guile-fibers: fix cross
This commit is contained in:
commit
4ba880f50c
@ -19,17 +19,23 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-jJKA5JEHsmqQ/IKb1aNmOtoVaGKNjcgTKyo5VCiJbXM=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
guile
|
||||
pkg-config
|
||||
texinfo # for makeinfo
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
guile
|
||||
libevent
|
||||
texinfo
|
||||
];
|
||||
|
||||
autoreconfPhase = "./autogen.sh";
|
||||
makeFlags = [
|
||||
"GUILE_AUTO_COMPILE=0"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/wingo/fibers";
|
||||
|
Loading…
Reference in New Issue
Block a user