76167b5bd3
svn path=/nixpkgs/trunk/; revision=21733
14 lines
304 B
Nix
14 lines
304 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "GlomeVec";
|
|
version = "0.1.2";
|
|
sha256 = "6023c11977bf16baf487235087e94f5a2f465e8403b8e40ab513e7879dd52639";
|
|
meta = {
|
|
description = "Simple 3D vector library";
|
|
license = "GPL";
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
};
|
|
})
|
|
|