haskellPackages.JuicyPixels-jpeg-turbo: also disable tests

This package is affected by the same problem as jpeg-turbo,
missing test files in the sdist.
This commit is contained in:
sternenseemann
2025-07-01 11:24:19 +02:00
parent 88244f3e5c
commit bbb13daacc

View File

@@ -449,6 +449,7 @@ with haskellLib;
# Missing test file https://gitlab.com/dpwiz/hs-jpeg-turbo/-/issues/1
jpeg-turbo = dontCheck super.jpeg-turbo;
JuicyPixels-jpeg-turbo = dontCheck super.JuicyPixels-jpeg-turbo;
# Fixes compilation for basement on i686 for GHC >= 9.4
# https://github.com/haskell-foundation/foundation/pull/573