2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, mesa }:
|
2011-08-14 10:44:38 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "OpenGLRaw";
|
2012-11-05 15:19:51 +00:00
|
|
|
version = "1.3.0.0";
|
|
|
|
sha256 = "0ifp5inrm48hzpq0x9hlk5cxh2k64y05phmsdb5hydb7r6dcla32";
|
2011-09-05 19:24:12 +00:00
|
|
|
extraLibraries = [ mesa ];
|
2011-08-14 10:44:38 +00:00
|
|
|
meta = {
|
2011-10-28 19:23:04 +00:00
|
|
|
homepage = "http://www.haskell.org/haskellwiki/Opengl";
|
2011-08-14 10:44:38 +00:00
|
|
|
description = "A raw binding for the OpenGL graphics system";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-08 22:19:19 +00:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-08-14 10:44:38 +00:00
|
|
|
};
|
|
|
|
})
|