mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
uhc: the build is broken
src/ehc/Base/Debug.chs:22:34: Ambiguous occurrence `showPP' It could refer to either `UHC.Compiler.Base.Debug.showPP', defined at src/ehc/Base/Debug.chs:19:1 or `UHC.Util.Pretty.showPP', imported from `UHC.Util.Pretty' at UHC/Compiler/Base/Debug.hs:5:1-22 src/ehc/Base/Debug.chs:28:32: Ambiguous occurrence `showPP' It could refer to either `UHC.Compiler.Base.Debug.showPP', defined at src/ehc/Base/Debug.chs:19:1 or `UHC.Util.Pretty.showPP', imported from `UHC.Util.Pretty' at UHC/Compiler/Base/Debug.hs:5:1-22
This commit is contained in:
parent
e2db6af4b6
commit
9405a67858
|
@ -50,5 +50,7 @@ in stdenv.mkDerivation rec {
|
|||
# On Darwin, the GNU libtool is used, which does not
|
||||
# support the -static flag and thus breaks the build.
|
||||
platforms = ["x86_64-linux"];
|
||||
|
||||
broken = true; # http://hydra.cryp.to/build/1344015/log/raw
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue