Added cheetah-template templating engine
svn path=/nixpkgs/trunk/; revision=12053
This commit is contained in:
@@ -502,6 +502,10 @@ let pkgs = rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cheetahTemplate = builderDefsPackage (selectVersion ../tools/text/cheetah-template "2.0.1") {
|
||||||
|
inherit python makeWrapper;
|
||||||
|
} null;
|
||||||
|
|
||||||
chkrootkit = import ../tools/security/chkrootkit {
|
chkrootkit = import ../tools/security/chkrootkit {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user