jhc: 32 bit builds are broken in "vector"
http://hydra.nixos.org/build/40060997/nixlog/1/raw
This commit is contained in:
parent
26cc9b4d01
commit
0777d26038
@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Whole-program, globally optimizing Haskell compiler";
|
description = "Whole-program, globally optimizing Haskell compiler";
|
||||||
homepage = "http://repetae.net/computer/jhc/";
|
homepage = "http://repetae.net/computer/jhc/";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = ["x86_64-linux"]; # 32 bit builds are broken
|
||||||
maintainers = with stdenv.lib.maintainers;
|
maintainers = with stdenv.lib.maintainers; [ aforemny thoughtpolice ];
|
||||||
[ aforemny peti thoughtpolice ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user