forked from mirrors/nixpkgs
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
1 changed files with 3 additions and 0 deletions
|
@ -159,6 +159,9 @@ self: super: {
|
||||||
sed -i -e 's|/usr/bin/zip|${pkgs.zip}/bin/zip|' "tests/"*.hs
|
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.
|
# Not on Hackage yet.
|
||||||
|
|
Loading…
Add table
Reference in a new issue