haskell-cron-compat: unnecessary fork of 'cron' that doesn't compile anyway
This commit is contained in:
parent
283b75910a
commit
414d71c499
@ -853,4 +853,7 @@ self: super: {
|
||||
Win32 = overrideCabal super.Win32 (drv: { broken = !pkgs.stdenv.isCygwin; });
|
||||
inline-c-win32 = dontDistribute super.inline-c-win32;
|
||||
|
||||
# Doesn't work with recent versions of mtl.
|
||||
cron-compat = markBroken super.cron-compat;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user