Added gtk-based plot capabilities for criterion.
svn path=/nixpkgs/trunk/; revision=24778
This commit is contained in:
15
pkgs/development/libraries/haskell/Chart/default.nix
Normal file
15
pkgs/development/libraries/haskell/Chart/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{cabal, cairo, colour, dataAccessor, dataAccessorTemplate, gtk, mtl}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "Chart";
|
||||
version = "0.13.1";
|
||||
sha256 = "1gh8qw8xil543wssflhpjrgnig4v79vi7xizrm93a93i4n84npd5";
|
||||
propagatedBuildInputs =
|
||||
[cairo colour dataAccessor dataAccessorTemplate gtk mtl];
|
||||
meta = {
|
||||
description = "A library for generating 2D Charts and Plots";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user