Adapted the ghc-7.4.1 package version defaults to upcoming Platform release.

svn path=/nixpkgs/trunk/; revision=34032
This commit is contained in:
Andres Löh
2012-05-09 17:21:37 +00:00
parent 262c2a45b0
commit 40274ca75c
3 changed files with 25 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0r3js5i468lqlsnvb04iw6gdl81gs3cgqids3xpi4p5qpynbyc02";
buildDepends = [ OpenGL ];
extraLibraries = [ freeglut libICE libSM libXi libXmu mesa ];
noHaddock = true;
meta = {
homepage = "http://www.haskell.org/HOpenGL/";
description = "A binding for the OpenGL Utility Toolkit";