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:
parent
29401954dd
commit
bb5841875d
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user