mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 14:04:52 +00:00
haskell-scalendar: mark package as broken
This commit is contained in:
parent
3e524aa06f
commit
e2c6ccf71f
@ -982,4 +982,8 @@ 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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user