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

This commit is contained in:
Malte Brandy 2021-09-18 01:12:20 +02:00
parent 48b1bb4867
commit 325e25e0ca
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -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