haskellPackages.xdg-basedir-compliant: work around missing test data

This commit is contained in:
sternenseemann 2022-10-30 17:18:27 +01:00
parent a434092372
commit a0383f7ad9

View file

@ -2562,6 +2562,9 @@ self: super: {
# Missing test files https://github.com/qrilka/xlsx/issues/165
xlsx = dontCheck super.xlsx;
# Missing test files https://github.com/kephas/xdg-basedir-compliant/issues/1
xdg-basedir-compliant = dontCheck super.xdg-basedir-compliant;
# 2022-09-01:
# Restrictive upper bound on base.
# Remove once version 1.* is released