Added cheetah-template templating engine
svn path=/nixpkgs/trunk/; revision=12053
This commit is contained in:
parent
1453f29824
commit
b010082605
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user