mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-timeplot: broken by Chart update
https://github.com/jkff/timeplot/issues/17
This commit is contained in:
parent
bf197d6f58
commit
2fcbff576a
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue