about summary refs log tree commit diff
path: root/pkgs/applications/version-management/tailor
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-05-31 07:26:13 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-05-31 07:26:13 +0000
commit47e9ed0386f328e0beb78c22bb0fe50388adb645 (patch)
tree298d8c5b50fc93e49de891f5cd755cfbb0e9c784 /pkgs/applications/version-management/tailor
parent18d227c98db06e9b3992766eadfb456409abd145 (diff)
Fixed tailor expression
svn path=/nixpkgs/trunk/; revision=11941
Diffstat (limited to 'pkgs/applications/version-management/tailor')
-rw-r--r--pkgs/applications/version-management/tailor/0.9.31.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/tailor/0.9.31.nix b/pkgs/applications/version-management/tailor/0.9.31.nix
index e32326782b49c..bd4dced826577 100644
--- a/pkgs/applications/version-management/tailor/0.9.31.nix
+++ b/pkgs/applications/version-management/tailor/0.9.31.nix
@@ -5,11 +5,11 @@ rec {
     sha256 = "1apzd6mfmhgmxffzgzwsr17gnyqj6bycn783l9105cihsfcv9v3j";
   };
 
-  buildInputs = [python];
+  buildInputs = [python makeWrapper];
   configureFlags = [];
 
   /* doConfigure should be specified separately */
-  phaseNames = ["installPythonPackage"];
+  phaseNames = ["installPythonPackage" "wrapBinContentsPython"];
       
   name = "tailor-" + version;
   meta = {