From 9405a67858398a1c7dd32ff51ec331f4807d58e1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 30 Oct 2015 13:07:19 +0100 Subject: [PATCH] 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 --- pkgs/development/compilers/uhc/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/compilers/uhc/default.nix b/pkgs/development/compilers/uhc/default.nix index b0bd70fab03..acfa0f5e3f9 100644 --- a/pkgs/development/compilers/uhc/default.nix +++ b/pkgs/development/compilers/uhc/default.nix @@ -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 }; }