haskellPackages.scalendar: Fix eval
This commit is contained in:
parent
1cfb18d793
commit
be99ff0da4
1 changed files with 3 additions and 0 deletions
|
@ -1226,4 +1226,7 @@ self: super: builtins.intersectAttrs super {
|
||||||
|
|
||||||
keid-render-basic = addBuildTool pkgs.glslang super.keid-render-basic;
|
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 a new issue