From 4d83482a37a75230bb9b21b8b61f3a191d1389ba Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 26 Oct 2014 18:14:23 +0100 Subject: [PATCH] haskell-OpenGL-2.6.0.1: jailbreak to fix build with recent versions of Tensor --- pkgs/development/libraries/haskell/OpenGL/2.6.0.1.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/OpenGL/2.6.0.1.nix b/pkgs/development/libraries/haskell/OpenGL/2.6.0.1.nix index a0ae3c84fad..48a39de28f8 100644 --- a/pkgs/development/libraries/haskell/OpenGL/2.6.0.1.nix +++ b/pkgs/development/libraries/haskell/OpenGL/2.6.0.1.nix @@ -10,6 +10,7 @@ cabal.mkDerivation (self: { sha256 = "1fpabhpjfl1bj0dhlj2sg8zsn3l6py4zw1arplwmqalz3xbkkgdi"; buildDepends = [ GLURaw ObjectName OpenGLRaw StateVar Tensor ]; extraLibraries = [ libX11 mesa ]; + jailbreak = true; meta = { homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A binding for the OpenGL graphics system";