mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-opengl: fix version conflicts with OpenGL 2.9.x build
This commit is contained in:
parent
132965e66a
commit
d1b97eea02
@ -1688,6 +1688,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
OpenGL_2_8_0_0 = callPackage ../development/libraries/haskell/OpenGL/2.8.0.0.nix {};
|
||||
OpenGL_2_9_1_0 = callPackage ../development/libraries/haskell/OpenGL/2.9.1.0.nix {
|
||||
OpenGLRaw = self.OpenGLRaw_1_4_0_0;
|
||||
GLURaw = self.GLURaw_1_4_0_0.override { OpenGLRaw = self.OpenGLRaw_1_4_0_0; };
|
||||
};
|
||||
OpenGL = self.OpenGL_2_9_1_0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user