1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00
nixpkgs/pkgs/development/libraries/haskell/free-game/default.nix

27 lines
928 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-05-23 05:36:03 +01:00
{ cabal, boundingboxes, colors, controlBool, filepath, free
, freetype2, GLFWB, hashable, JuicyPixels, JuicyPixelsUtil, lens
2014-05-23 05:36:03 +01:00
, linear, mtl, OpenGL, OpenGLRaw, random, reflection, transformers
, vector, void
}:
cabal.mkDerivation (self: {
pname = "free-game";
version = "1.1.79";
sha256 = "0dlkkcbi7442cbl3ibzy234alaixh34hkc20wr7p75z47w1r5fbx";
2014-05-23 05:36:03 +01:00
buildDepends = [
boundingboxes colors controlBool filepath free freetype2 GLFWB
2014-05-23 05:36:03 +01:00
hashable JuicyPixels JuicyPixelsUtil lens linear mtl OpenGL
OpenGLRaw random reflection transformers vector void
];
jailbreak = true;
2014-05-23 05:36:03 +01:00
meta = {
homepage = "https://github.com/fumieval/free-game";
description = "Create games for free";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
2014-08-27 12:39:02 +01:00
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
2014-05-23 05:36:03 +01:00
};
})