haskell-extra build succeeds with the new generic builder.

This commit is contained in:
Peter Simons 2015-04-19 19:47:39 +02:00
parent a510ba0334
commit 8cfd8673f5

View file

@ -73,10 +73,6 @@ self: super: {
# Version 1.19.5 fails its test suite.
happy = dontCheck super.happy;
# Test suite hangs silently without consuming any CPU.
# https://github.com/ndmitchell/extra/issues/4
extra = dontCheck super.extra;
# Workaround for a workaround, see comment for "ghcjs" flag.
jsaddle = let jsaddle' = disableCabalFlag super.jsaddle "ghcjs";
in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3