@@ -17,6 +17,7 @@
;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2018, 2019 Gabriel Hondet <gabrielhondet@gmail.com>
+;;; Copyright © 2019 Robert Vollmert <rob@vllmrt.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1815,6 +1816,8 @@ version 1.3).")
(base32
"13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:tests? #f)) ; sporadic failure: https://github.com/fpco/streaming-commons/issues/49
(inputs
`(("ghc-async" ,ghc-async)
("ghc-blaze-builder" ,ghc-blaze-builder)