bb5841875d
Needs updating for the gtk/glib/pango API change. Ticket at https://github.com/haskell/ThreadScope/issues/38 .
26 lines
804 B
Nix
26 lines
804 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, cairo, deepseq, filepath, ghcEvents, glib, gtk
|
|
, mtl, pango, time
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "threadscope";
|
|
version = "0.2.4";
|
|
sha256 = "1208gp80vj3dngc4nrj1jk5y4h1181bgwq2qj764kcjvkaxch599";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
binary cairo deepseq filepath ghcEvents glib gtk mtl pango time
|
|
];
|
|
configureFlags = "--ghc-options=-rtsopts";
|
|
meta = {
|
|
homepage = "http://www.haskell.org/haskellwiki/ThreadScope";
|
|
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;
|
|
};
|
|
})
|