mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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;
|
||||
};
|
||||
|
||||
cheetahTemplate = builderDefsPackage (selectVersion ../tools/text/cheetah-template "2.0.1") {
|
||||
inherit python makeWrapper;
|
||||
} null;
|
||||
|
||||
chkrootkit = import ../tools/security/chkrootkit {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user