haskell-timeplot: broken by Chart update
https://github.com/jkff/timeplot/issues/17
This commit is contained in:
parent
bf197d6f58
commit
2fcbff576a
1 changed files with 2 additions and 0 deletions
|
@ -20,5 +20,7 @@ cabal.mkDerivation (self: {
|
||||||
description = "A tool for visualizing time series from log files";
|
description = "A tool for visualizing time series from log files";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue