Merge pull request #168 from aforemny/haskell-lambdacube-engine
Add package haskell-lambdacube-engine-0.2.4
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{ 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;
|
||||
};
|
||||
})
|
||||
14
pkgs/development/libraries/haskell/vect/default.nix
Normal file
14
pkgs/development/libraries/haskell/vect/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ cabal, random }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "vect";
|
||||
version = "0.4.7";
|
||||
sha256 = "1049jh8rcxfnyckz5m5asdlyafqszlig96k387raldyfzbrf8f4d";
|
||||
buildDepends = [ random ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~bkomuves/";
|
||||
description = "A low-dimensional linear algebra library, tailored to computer graphics";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user