haskellPackages.servant-streaming-server: dontCheck
This commit is contained in:
parent
34abb79686
commit
cbb50b8188
|
@ -471,6 +471,9 @@ self: super: builtins.intersectAttrs super {
|
|||
'';
|
||||
});
|
||||
|
||||
# https://github.com/plow-technologies/servant-streaming/issues/12
|
||||
servant-streaming-server = dontCheck super.servant-streaming-server;
|
||||
|
||||
# tests run executable, relying on PATH
|
||||
# without this, tests fail with "Couldn't launch intero process"
|
||||
intero = overrideCabal super.intero (drv: {
|
||||
|
|
Loading…
Reference in New Issue