haskell-permutation: disable test suite
The build uses QuickCheck, but doesn't declare it as a dependency. I tried adding QuickCheck to the list, but then it wouldn't compile with the latest version. Duh. Seems unmaintained to me.
This commit is contained in:
parent
b671ab161f
commit
d2c7b78cbf
@ -159,6 +159,9 @@ self: super: {
|
||||
sed -i -e 's|/usr/bin/zip|${pkgs.zip}/bin/zip|' "tests/"*.hs
|
||||
''; });
|
||||
|
||||
# Upstream notified by e-mail.
|
||||
permutation = dontCheck super.permutation;
|
||||
|
||||
}
|
||||
// {
|
||||
# Not on Hackage yet.
|
||||
|
Loading…
Reference in New Issue
Block a user