haskellPackages.hls-stylish-haskell-plugin: Jailbreak to fix build

main
Malte Brandy 3 years ago
parent 48b1bb4867
commit 325e25e0ca
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1936,4 +1936,7 @@ EOT
# 2021-09-14: Tests are flaky.
hls-splice-plugin = dontCheck super.hls-splice-plugin;
# 2021-09-18: https://github.com/haskell/haskell-language-server/issues/2205
hls-stylish-haskell-plugin = doJailbreak super.hls-stylish-haskell-plugin;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save