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:
Peter Simons 2015-01-20 16:29:54 +01:00
parent b671ab161f
commit d2c7b78cbf

View file

@ -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.