haskellPackages.intero: don't run tests

This commit is contained in:
obadz 2016-06-07 20:33:12 +01:00
parent 217feced47
commit 99717f7a56

View File

@ -1013,4 +1013,6 @@ self: super: {
cairo = addBuildTool super.cairo self.gtk2hs-buildtools;
pango = addBuildTool super.pango self.gtk2hs-buildtools;
# Tests fail with "Couldn't launch intero process."
intero = dontCheck super.intero;
}