Added HAppS and gitit plus dependencies.

svn path=/nixpkgs/trunk/; revision=16419
This commit is contained in:
Andres Löh
2009-07-18 15:25:28 +00:00
parent 161c18b075
commit df8def8dfb
18 changed files with 272 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
{cabal, binary, network}:
cabal.mkDerivation (self : {
pname = "hspread";
version = "0.3.3";
sha256 = "6e8a9ecc1a6b1cc767aa188e2f4c04b77b321fd14000cac8f71dd6a7b82afbfc";
propagatedBuildInputs = [binary network];
meta = {
description = "A client library for the spread toolkit";
};
})