mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
haskellPackages.glualint: work around missing test data
This commit is contained in:
parent
1422b80e21
commit
556e723ae1
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user