lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #313674 from fabaff/ward-fix

python311Packages.ward: marks as broken

authored by

Weijia Wang and committed by
GitHub
6f7c990b 9217de29

+3
+3
pkgs/development/python-modules/ward/default.nix
··· 56 56 license = licenses.mit; 57 57 maintainers = with maintainers; [ fab ]; 58 58 mainProgram = "ward"; 59 + # Old requirements (cucumber-tag-expressions and rich) 60 + # https://github.com/darrenburns/ward/issues/380 61 + broken = versionAtLeast rich.version "13.0.0"; 59 62 }; 60 63 }