summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-01-18 16:11:52 +0100
committerPeter Simons <simons@cryp.to>2016-01-19 11:10:29 +0100
commitcdd07d166b4a62dbc5ec595343fcc0822b05732a (patch)
tree2def8f518f993366ab99efd4d075c6ec6c967d62
parentce2756f701886313180655a069202f3771621404 (diff)
downloadnixpkgs-cdd07d166b4a62dbc5ec595343fcc0822b05732a.tar
nixpkgs-cdd07d166b4a62dbc5ec595343fcc0822b05732a.tar.gz
nixpkgs-cdd07d166b4a62dbc5ec595343fcc0822b05732a.tar.bz2
nixpkgs-cdd07d166b4a62dbc5ec595343fcc0822b05732a.tar.lz
nixpkgs-cdd07d166b4a62dbc5ec595343fcc0822b05732a.tar.xz
nixpkgs-cdd07d166b4a62dbc5ec595343fcc0822b05732a.tar.zst
nixpkgs-cdd07d166b4a62dbc5ec595343fcc0822b05732a.zip
uhc: the build is broken (and will be for the foreseeable future)
-rw-r--r--pkgs/development/compilers/uhc/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/uhc/default.nix b/pkgs/development/compilers/uhc/default.nix
index eda5157bb75..0d91ca2ff3b 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
+
   };
 }