mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-16 14:31:06 +00:00
Merge pull request #33077 from pbogdan/scalendar-cycle
haskellPackages.{SC,sc}alendar: nullify to fix ofborg eval
This commit is contained in:
commit
93829f1b03
1 changed files with 3 additions and 3 deletions
|
@ -951,9 +951,9 @@ self: super: {
|
||||||
# Hoogle needs a newer version than lts-10 provides.
|
# Hoogle needs a newer version than lts-10 provides.
|
||||||
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_20_1; };
|
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_20_1; };
|
||||||
|
|
||||||
# These packages depend on each other, forming an infinte loop.
|
# These packages depend on each other, forming an infinite loop.
|
||||||
scalendar = markBroken super.scalendar;
|
scalendar = null;
|
||||||
SCalendar = markBroken super.SCalendar;
|
SCalendar = null;
|
||||||
|
|
||||||
# Needs QuickCheck <2.10, which we don't have.
|
# Needs QuickCheck <2.10, which we don't have.
|
||||||
edit-distance = doJailbreak super.edit-distance;
|
edit-distance = doJailbreak super.edit-distance;
|
||||||
|
|
Loading…
Add table
Reference in a new issue