haskellPackages.fft: mark unbroken and dontCheck
This commit is contained in:
parent
737d80affa
commit
fc8620b7cf
3 changed files with 4 additions and 3 deletions
|
@ -2369,6 +2369,10 @@ self: super: {
|
|||
sha256 = "1lpcz671mk5cwqffjfi9ncc0d67bmwgzypy3i37a2fhfmxd0y3nl";
|
||||
}) ((p: assert p.version == "4.0.0"; p) super.taffybar);
|
||||
|
||||
# Tests likely broke because of https://github.com/nick8325/quickcheck/issues/359,
|
||||
# but fft is not on GitHub, so no issue reported.
|
||||
fft = dontCheck super.fft;
|
||||
|
||||
# lucid-htmx has restrictive upper bounds on lucid and servant:
|
||||
#
|
||||
# Setup: Encountered missing or private dependencies:
|
||||
|
|
|
@ -1498,7 +1498,6 @@ broken-packages:
|
|||
- Feval
|
||||
- fez-conf
|
||||
- ffeed
|
||||
- fft
|
||||
- ffunctor
|
||||
- fgl-extras-decompositions
|
||||
- fib
|
||||
|
|
|
@ -100434,9 +100434,7 @@ self: {
|
|||
testHaskellDepends = [ base carray QuickCheck storable-complex ];
|
||||
description = "Bindings to the FFTW library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.thielema ];
|
||||
broken = true;
|
||||
}) {inherit (pkgs) fftw; inherit (pkgs) fftwFloat;};
|
||||
|
||||
"fftw-ffi" = callPackage
|
||||
|
|
Loading…
Reference in a new issue