Added vacuum plus deps.

svn path=/nixpkgs/trunk/; revision=15166
This commit is contained in:
Andres Löh
2009-04-20 00:18:51 +00:00
parent 035c84d06f
commit 0fc7bf4f00
5 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{cabal} :
cabal.mkDerivation (self : {
pname = "cpphs";
version = "1.6";
sha256 = "2e7c430fde17adbb3905e6d2a3c3845a40349c61a53fcfa40c733e8b43e73295";
meta = {
description = "A liberalised re-implementation of cpp, the C pre-processor";
};
})