haskell-threadscope: updated to version 0.1.3
svn path=/nixpkgs/trunk/; revision=28553
This commit is contained in:
parent
ee1c93fc44
commit
26dce48e24
@ -1,18 +1,20 @@
|
|||||||
{cabal, binary, cairo, ghcEvents, glade, gtk, mtl}:
|
{ cabal, binary, cairo, ghcEvents, glade, gtk, mtl }:
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self: {
|
||||||
pname = "threadscope";
|
pname = "threadscope";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
sha256 = "ce1116016f6b2d38e6063ba3dd147f38147a9c4399160f37aba9c50c96d00a90";
|
sha256 = "1vak3624vrnkfvwxzfw5hkc0552v213jb874f6q536g5vhjjxpih";
|
||||||
propagatedBuildInputs = [binary cairo ghcEvents glade gtk mtl];
|
isLibrary = false;
|
||||||
preConfigure = ''
|
isExecutable = true;
|
||||||
sed -i 's|\(containers.*\) && < 0.4|\1|' ${self.pname}.cabal
|
buildDepends = [ binary cairo ghcEvents glade gtk mtl ];
|
||||||
'';
|
|
||||||
configureFlags = "--ghc-options=-rtsopts";
|
configureFlags = "--ghc-options=-rtsopts";
|
||||||
meta = {
|
meta = {
|
||||||
description = "A graphical thread profiler";
|
description = "A graphical thread profiler";
|
||||||
license = "BSD";
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user