haskell-threadscope: mark as broken

Needs updating for the gtk/glib/pango API change. Ticket at
https://github.com/haskell/ThreadScope/issues/38 .
This commit is contained in:
Mateusz Kowalczyk 2014-08-10 23:51:45 +02:00 committed by Peter Simons
parent 29401954dd
commit bb5841875d

View file

@ -19,5 +19,7 @@ cabal.mkDerivation (self: {
description = "A graphical tool for profiling parallel Haskell programs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})