mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
haskell-bitarray-0.0.1: mark as broken
Upstream notified.
This commit is contained in:
parent
9217c7995c
commit
49be46b0ac
@ -11,5 +11,7 @@ cabal.mkDerivation (self: {
|
||||
description = "Mutable and immutable bit arrays";
|
||||
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