mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
haskell-Chart-gtk: mark package as broken
https://github.com/timbod7/haskell-chart/issues/41
This commit is contained in:
parent
d6ef531c88
commit
1f8578a41d
|
@ -7,11 +7,12 @@ cabal.mkDerivation (self: {
|
|||
version = "1.2.3";
|
||||
sha256 = "0vl9nh48pa7sdrqh5a6smmfallf4mwzrvspc2v94cpnrcnickiyq";
|
||||
buildDepends = [ cairo Chart ChartCairo colour gtk mtl time ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
||||
description = "Utility functions for using the chart library with GTK";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue