haskell-timeplot: broken by Chart update

https://github.com/jkff/timeplot/issues/17
This commit is contained in:
Peter Simons 2014-09-02 11:41:54 +02:00
parent bf197d6f58
commit 2fcbff576a

View File

@ -20,5 +20,7 @@ cabal.mkDerivation (self: {
description = "A tool for visualizing time series from log files";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})