haskell-cabal-db: mark broken
This commit is contained in:
parent
64779360ac
commit
6651fe463e
@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "query tools for the local cabal database (revdeps, graph, info, search-by, license, bounds)";
|
description = "query tools for the local cabal database (revdeps, graph, info, search-by, license, bounds)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user