Added salvia and dependencies.

svn path=/nixpkgs/trunk/; revision=21095
This commit is contained in:
Andres Löh
2010-04-15 13:25:43 +00:00
parent c7404a30df
commit 7d44fab64f
10 changed files with 139 additions and 3 deletions

View File

@@ -1,11 +1,14 @@
{cabal}:
{cabal, deepseq}:
cabal.mkDerivation (self : {
pname = "text";
version = "0.5";
sha256 = "02c3b6a57e1250dc0945d909dffdc256c2e720e751b8a75d6117522c85100fc2";
version = "0.7.1.0";
sha256 = "a6daa0ee43ddede620363ab26614fef69361bd5b8f77aa6918b5a4ecb083f425";
propagatedBuildInputs = [deepseq];
meta = {
description = "An efficient package Unicode text type";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})