haskellPackages.keid-render-basic: Fix missing build tool

This commit is contained in:
Alexander Bondarenko 2022-09-02 10:46:13 +00:00 committed by IC Rainbow
parent 6b17188503
commit ae39c7af41
2 changed files with 2 additions and 1 deletions

View file

@ -2809,7 +2809,6 @@ broken-packages:
- kd-tree
- keccak
- keera-hails-reactivevalues
- keid-render-basic
- keid-ui-dearimgui
- keiretsu
- kempe

View file

@ -1026,6 +1026,8 @@ self: super: builtins.intersectAttrs super {
broken = false;
}) super.cabal-install;
keid-render-basic = addBuildTool pkgs.glslang super.keid-render-basic;
# haskell-language-server plugins all use the same test harness so we give them what we want in this loop.
} // pkgs.lib.mapAttrs
(_: overrideCabal (drv: {