haskellPackages.{SC,sc}alendar: nullify to fix ofborg eval
This commit is contained in:
parent
68bcfb3269
commit
416d9bd7f8
@ -951,9 +951,9 @@ self: super: {
|
||||
# Hoogle needs a newer version than lts-10 provides.
|
||||
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_20_1; };
|
||||
|
||||
# These packages depend on each other, forming an infinte loop.
|
||||
scalendar = markBroken super.scalendar;
|
||||
SCalendar = markBroken super.SCalendar;
|
||||
# These packages depend on each other, forming an infinite loop.
|
||||
scalendar = null;
|
||||
SCalendar = null;
|
||||
|
||||
# Needs QuickCheck <2.10, which we don't have.
|
||||
edit-distance = doJailbreak super.edit-distance;
|
||||
|
Loading…
Reference in New Issue
Block a user