From 1b33f09aae52ec09e09607473eb6a3e94c9683e8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 30 Dec 2017 13:54:25 +0100 Subject: [PATCH] uhc: disable broken build --- pkgs/development/compilers/uhc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/uhc/default.nix b/pkgs/development/compilers/uhc/default.nix index 79b22214ecc..bf48abb923f 100644 --- a/pkgs/development/compilers/uhc/default.nix +++ b/pkgs/development/compilers/uhc/default.nix @@ -49,5 +49,6 @@ 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; }; }