From cdd07d166b4a62dbc5ec595343fcc0822b05732a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 18 Jan 2016 16:11:52 +0100 Subject: [PATCH] uhc: the build is broken (and will be for the foreseeable future) --- 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 eda5157bb757..0d91ca2ff3b2 100644 --- a/pkgs/development/compilers/uhc/default.nix +++ b/pkgs/development/compilers/uhc/default.nix @@ -51,5 +51,7 @@ in stdenv.mkDerivation rec { # support the -static flag and thus breaks the build. platforms = ["x86_64-linux"]; + broken = true; # https://github.com/UU-ComputerScience/uhc/issues/69 + }; }