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:
parent
f9262fba9c
commit
c3c78d6813
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user