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

@@ -0,0 +1,13 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "threadmanager";
version = "0.1.3";
sha256 = "22ca45d7e32518736abb9cde6d2d14163128888769fc02bbc2641fd97318a15a";
meta = {
description = "Simple thread management";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})