haskell-tinc: mark build as broken

https://hydra.nixos.org/build/62246306
This commit is contained in:
Peter Simons 2017-10-06 13:40:38 +02:00
parent a02e53a63e
commit d0e8806494

View File

@ -38,4 +38,5 @@ mkDerivation {
license = stdenv.lib.licenses.mit;
hydraPlatforms = [ "x86_64-linux" ];
maintainers = [ stdenv.lib.maintainers.robbinch ];
broken = true;
}