mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
mark json-assertions as broken for now
needs lens-aeson package and upper bounds bump
This commit is contained in:
parent
eec2160026
commit
81a67653d2
@ -10,6 +10,8 @@ cabal.mkDerivation (self: {
|
||||
meta = {
|
||||
homepage = "http://github.com/ocharles/json-assertions.git";
|
||||
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
||||
broken = true;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
|
Loading…
Reference in New Issue
Block a user