Added AC-Vector package.

svn path=/nixpkgs/trunk/; revision=26322
This commit is contained in:
Andres Löh
2011-03-15 13:56:55 +00:00
parent 2dcf4fbfcc
commit 1a7d72731b
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "AC-Vector";
version = "2.3.1";
sha256 = "0nmj57czqcik23j9iqxbdwqg73n5n1kc9akhp0wywrbkklgf79a0";
meta = {
description = "Efficient geometric vectors and transformations";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})