haskellPackages.guardian: mark broken

It appears that a transitive dependency uses doctest, which is not
compatible with the Cabal library in scope for guardian.
This commit is contained in:
Dennis Gosnell 2023-03-30 08:35:50 +09:00
parent f9262fba9c
commit c3c78d6813
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 3 additions and 0 deletions

View file

@ -1914,6 +1914,7 @@ broken-packages:
- gtksourceview2
- gtksourceview3
- gtk-toy
- guardian # transitive dependency uses doctest, but doctest doesn't build with newer Cabal version
- guess-combinator
- gulcii
- gw

View file

@ -123336,7 +123336,9 @@ self: {
testToolDepends = [ tasty-discover ];
description = "The border guardian for your package dependencies";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "guardian";
broken = true;
}) {};
"guess-combinator" = callPackage