1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

darcs: patches integrated upstream (in 2.14.3)

See http://bugs.darcs.net/issue2642.
This commit is contained in:
David Guibert 2020-04-27 19:12:05 +02:00 committed by Peter Simons
parent 60f6da9ae1
commit 402b437c4a

View file

@ -45,12 +45,6 @@ self: super: {
# Needs older QuickCheck version
attoparsec-varword = dontCheck super.attoparsec-varword;
# http://bugs.darcs.net/issue2642
darcs = doJailbreak (appendPatches super.darcs [
./patches/darcs-setup.patch
./patches/darcs-2.14.2-Compile-against-GHC-8.8.patch
]);
# Tests are failing
# https://github.com/bos/statistics/issues/123
statistics = dontCheck super.statistics;