haskellPackages.glualint: work around missing test data

This commit is contained in:
sternenseemann 2023-08-16 17:33:14 +02:00
parent 1422b80e21
commit 556e723ae1

View file

@ -318,6 +318,10 @@ self: super: {
mysql-simple = dontCheck super.mysql-simple;
mysql-haskell = dontCheck super.mysql-haskell;
# Test data missing
# https://github.com/FPtje/GLuaFixer/issues/165
glualint = dontCheck super.glualint;
# The Hackage tarball is purposefully broken, because it's not intended to be, like, useful.
# https://git-annex.branchable.com/bugs/bash_completion_file_is_missing_in_the_6.20160527_tarball_on_hackage/
git-annex = overrideCabal (drv: {