summary refs log tree commit diff
path: root/pkgs/tools/text/cheetah-template/2.0.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/cheetah-template/2.0.1.nix')
-rw-r--r--pkgs/tools/text/cheetah-template/2.0.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/cheetah-template/2.0.1.nix b/pkgs/tools/text/cheetah-template/2.0.1.nix
index 117e0f88a8b..c20f5db9798 100644
--- a/pkgs/tools/text/cheetah-template/2.0.1.nix
+++ b/pkgs/tools/text/cheetah-template/2.0.1.nix
@@ -11,7 +11,7 @@ rec {
   /* doConfigure should be specified separately */
   phaseNames = ["installPythonPackage" (makeManyWrappers ''$out/bin/*'' ''--prefix PYTHONPATH : $(toPythonPath $out)'')];
       
-  name = "cheetah-template-" + version;
+  name = "cheetah-template-2.0.1";
   meta = {
     description = "Templating engine";
   };