haskellPackages.servant-streaming-server: dontCheck

This commit is contained in:
Domen Kožar 2018-07-23 13:18:48 +01:00
parent 34abb79686
commit cbb50b8188
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

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