lol

uhc: broken by recent uhc-util update

https://github.com/UU-ComputerScience/uhc/issues/60

+1
+1
pkgs/development/compilers/uhc/default.nix
··· 50 50 # On Darwin, the GNU libtool is used, which does not 51 51 # support the -static flag and thus breaks the build. 52 52 platforms = ["x86_64-linux"]; 53 + broken = true; # https://github.com/UU-ComputerScience/uhc/issues/60 53 54 }; 54 55 }