mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
haskellPackages.scalendar: Fix eval
This commit is contained in:
parent
1cfb18d793
commit
be99ff0da4
@ -1226,4 +1226,7 @@ self: super: builtins.intersectAttrs super {
|
||||
|
||||
keid-render-basic = addBuildTool pkgs.glslang super.keid-render-basic;
|
||||
|
||||
# Disable checks to break dependency loop with SCalendar
|
||||
scalendar = dontCheck super.scalendar;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user