From d33d53a3a3d2fd4e52f76e684ebc0b3a7bc46fbf Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Mon, 6 Apr 2015 21:11:25 +0300 Subject: [PATCH] haskellng.caramia: fix build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a2e30166c88..e56da01c36e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -714,6 +714,9 @@ self: super: { ''; }); + # Uses OpenGL in testing + caramia = dontCheck super.caramia; + } // { # Not on Hackage.