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 # On Darwin, the GNU libtool is used, which does not 51 # support the -static flag and thus breaks the build. 52 platforms = ["x86_64-linux"]; 53 }; 54 }
··· 50 # On Darwin, the GNU libtool is used, which does not 51 # support the -static flag and thus breaks the build. 52 platforms = ["x86_64-linux"]; 53 + broken = true; # https://github.com/UU-ComputerScience/uhc/issues/60 54 }; 55 }