mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00: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 a new issue