mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 15:23:26 +03:00
haskell-iteratee: mark as broken
Latest version fails to build.
This commit is contained in:
parent
677dee38db
commit
90e1ba68be
@ -23,5 +23,7 @@ cabal.mkDerivation (self: {
|
||||
description = "Iteratee-based I/O";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user