summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/lambdacube-engine/default.nix
blob: 62f090471013b9a2472cd062264f9ea419b229b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, binary, bitmap, bytestringTrie, filepath, mtl, OpenGLRaw
, stbImage, uulib, vect, vector, vectorAlgorithms, xml, zipArchive
}:

cabal.mkDerivation (self: {
  pname = "lambdacube-engine";
  version = "0.2.4";
  sha256 = "1xdp10nylndmfw16dywqrxj30g99rf9qbcx5qiglvzm1c1kxid3f";
  buildDepends = [
    binary bitmap bytestringTrie filepath mtl OpenGLRaw stbImage uulib
    vect vector vectorAlgorithms xml zipArchive
  ];
  meta = {
    homepage = "http://www.haskell.org/haskellwiki/LambdaCubeEngine";
    description = "3D rendering engine written entirely in Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    hydraPlatforms = self.stdenv.lib.platforms.none;
    broken = true;
  };
})