servant-server: disable testsuite

This commit is contained in:
Domen Kožar 2017-02-13 14:54:30 +01:00
parent 0b87efacb1
commit 1b02439b61
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -748,6 +748,9 @@ self: super: {
# https://github.com/bos/math-functions/issues/25
math-functions = dontCheck super.math-functions;
# broken test suite
servant-server = dontCheck super.servant-server;
# Fix build for latest versions of servant and servant-client.
servant_0_10 = super.servant_0_10.overrideScope (self: super: {
http-api-data = self.http-api-data_0_3_5;