From ae39c7af41a84c3c0f91690f230f86d8ab293450 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:46:13 +0000 Subject: [PATCH] haskellPackages.keid-render-basic: Fix missing build tool --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/configuration-nix.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index af19c9121689..d0f7087be88f 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2809,7 +2809,6 @@ broken-packages: - kd-tree - keccak - keera-hails-reactivevalues - - keid-render-basic - keid-ui-dearimgui - keiretsu - kempe diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index e89d77d5fa4e..75ecab40ad59 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -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: {