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-07-04 06:53:44 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-07-04 06:53:44 +0000
commit46b27751264724439912a0dcec26e1eda74c3b41 (patch)
tree38a6e20092a85f0e9d19cb47b5c4c0941c58b230 /pkgs/applications/version-management/tailor
parent7efe2a5a1d2442942522ccc202f743057b527a9a (diff)
Updated tailor
svn path=/nixpkgs/trunk/; revision=12259
Diffstat (limited to 'pkgs/applications/version-management/tailor')
-rw-r--r--pkgs/applications/version-management/tailor/0.9.35.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/tailor/0.9.35.nix b/pkgs/applications/version-management/tailor/0.9.35.nix
new file mode 100644
index 0000000000000..78486ec4fa0df
--- /dev/null
+++ b/pkgs/applications/version-management/tailor/0.9.35.nix
@@ -0,0 +1,19 @@
+args : with args; 
+rec {
+  src = fetchurl {
+    url = http://darcs.arstecnica.it/tailor-0.9.35.tar.gz;
+    sha256 = "061acapxxn5ab3ipb5nd3nm8pk2xj67bi83jrfd6lqq3273fmdjh";
+  };
+
+  buildInputs = [python makeWrapper];
+  configureFlags = [];
+
+  /* doConfigure should be specified separately */
+  phaseNames = ["installPythonPackage" "wrapBinContentsPython"];
+      
+  name = "tailor-" + version;
+  meta = {
+    description = "Version control tools integration tool";
+  };
+}
+