Added cheetah-template templating engine

svn path=/nixpkgs/trunk/; revision=12053
This commit is contained in:
Michael Raskin 2008-06-12 10:07:54 +00:00
parent 1453f29824
commit b010082605

View File

@ -502,6 +502,10 @@ let pkgs = rec {
inherit fetchurl stdenv;
};
cheetahTemplate = builderDefsPackage (selectVersion ../tools/text/cheetah-template "2.0.1") {
inherit python makeWrapper;
} null;
chkrootkit = import ../tools/security/chkrootkit {
inherit fetchurl stdenv;
};