1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/games/LambdaHack/default.nix
2014-08-12 12:37:44 +02:00

34 lines
1.2 KiB
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, assertFailure, async, binary, deepseq, enummapsetTh
, filepath, gtk, hashable, hsini, keys, miniutter, mtl, prettyShow
, random, stm, text, transformers, unorderedContainers, vector
, vectorBinaryInstances, x11, zlib
}:
cabal.mkDerivation (self: {
pname = "LambdaHack";
version = "0.4.99.0";
sha256 = "1mcz44akf706a0q1xr4h7hlf1gj60570bi8im6jpg73k728314cp";
isLibrary = true;
isExecutable = true;
buildDepends = [
assertFailure async binary deepseq enummapsetTh filepath gtk
hashable hsini keys miniutter mtl prettyShow random stm text
transformers unorderedContainers vector vectorBinaryInstances zlib
];
testDepends = [
assertFailure async binary deepseq enummapsetTh filepath hashable
hsini keys miniutter mtl prettyShow random stm text transformers
unorderedContainers vector vectorBinaryInstances zlib
];
pkgconfigDepends = [ gtk x11 ];
meta = {
homepage = "http://github.com/LambdaHack/LambdaHack";
description = "A game engine library for roguelike dungeon crawlers";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ andres ];
};
})