forked from mirrors/nixpkgs
haskell-OpenGL-2.6.0.1: jailbreak to fix build with recent versions of Tensor
This commit is contained in:
parent
4d5f35aa44
commit
4d83482a37
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue