2010-04-15 23:10:06 +02:00
|
|
|
{cabal, happstackServer, happstackUtil, HStringTemplate, HTTP,
|
|
|
|
SHA, cgi, datetime,
|
|
|
|
filestore, highlightingKate, safe, mtl, network, pandoc, parsec,
|
|
|
|
recaptcha, utf8String, xhtml, zlib, ConfigFile, url,
|
2011-03-12 18:28:15 +01:00
|
|
|
cautiousFile, feed, xssSanitize}:
|
2009-07-18 17:25:28 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "gitit";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "0.7.3.12";
|
|
|
|
sha256 = "1z5cbkgfvwc9h6jciw7ghlj9ra6xph5z4lmliwkdnf38wfparxja";
|
2010-04-15 23:10:06 +02:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
HStringTemplate happstackServer happstackUtil HTTP SHA cgi datetime
|
|
|
|
filestore highlightingKate safe
|
|
|
|
mtl network pandoc parsec recaptcha utf8String xhtml zlib ConfigFile
|
2011-03-12 18:28:15 +01:00
|
|
|
url cautiousFile feed xssSanitize
|
2010-04-15 23:10:06 +02:00
|
|
|
];
|
2009-07-18 17:25:28 +02:00
|
|
|
meta = {
|
2011-03-12 18:28:15 +01:00
|
|
|
description = "Wiki using happstack, git or darcs, and pandoc";
|
2010-04-15 23:10:06 +02:00
|
|
|
license = "GPL";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
2009-07-18 17:25:28 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2009-07-18 17:25:28 +02:00
|
|
|
|