Added final(?) set of Haskell Platform packages.
svn path=/nixpkgs/trunk/; revision=15160
This commit is contained in:
12
pkgs/development/libraries/haskell/GLUT/default.nix
Normal file
12
pkgs/development/libraries/haskell/GLUT/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, OpenGL, glut}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "GLUT";
|
||||
version = "2.1.1.2"; # Haskell Platform 2009.0.0
|
||||
sha256 = "d5ecf4b6bacc5e68ade00710df04fa158c6ed322c74362954716a0baba6bd3fb";
|
||||
propagatedBuildInputs = [OpenGL glut];
|
||||
meta = {
|
||||
description = "A binding for the OpenGL Utility Toolkit";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user