haskell-ncurses: remove obsolete override

This commit is contained in:
Peter Simons 2015-05-28 09:51:05 +02:00
parent 2e24bef56f
commit 8c03484b3b

View File

@ -457,9 +457,6 @@ self: super: {
# https://bitbucket.org/wuzzeb/webdriver-utils/issue/1/hspec-webdriver-101-cant-compile-its-test
hspec-webdriver = markBroken super.hspec-webdriver;
# The build fails with the most recent version of c2hs.
ncurses = super.ncurses.override { c2hs = self.c2hs_0_20_1; };
# Needs access to locale data, but looks for it in the wrong place.
scholdoc-citeproc = dontCheck super.scholdoc-citeproc;