mirror of
https://github.com/google/ormolu.git
synced 2024-11-23 22:27:16 +03:00
Do not run tests when trying Ormolu on Hackage packages
This commit is contained in:
parent
f86e01ea3b
commit
c6a6193525
@ -4,7 +4,7 @@
|
||||
src = p.src;
|
||||
buildInputs = [
|
||||
haskellPackages.cpphs
|
||||
haskellPackages.ormolu
|
||||
(pkgs.haskell.lib.dontCheck haskellPackages.ormolu)
|
||||
pkgs.glibcLocales
|
||||
];
|
||||
LANG = "en_US.UTF-8";
|
||||
|
Loading…
Reference in New Issue
Block a user