From 84235ff763ee77058032319f791fb1d49c9695d8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 17 Jun 2015 16:06:15 +0200 Subject: [PATCH] haskell-xkbcommon test suite has unspecified dependencies. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 20173aba517..8a9127307e4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -303,6 +303,7 @@ self: super: { users-postgresql-simple = dontCheck super.users-postgresql-simple; wai-middleware-hmac = dontCheck super.wai-middleware-hmac; wai-middleware-throttle = dontCheck super.wai-middleware-throttle; # https://github.com/creichert/wai-middleware-throttle/issues/1 + xkbcommon = dontCheck super.xkbcommon; xmlgen = dontCheck super.xmlgen; # These packages try to access the network.