Updated tailor
svn path=/nixpkgs/trunk/; revision=12259
This commit is contained in:
parent
7efe2a5a1d
commit
46b2775126
19
pkgs/applications/version-management/tailor/0.9.35.nix
Normal file
19
pkgs/applications/version-management/tailor/0.9.35.nix
Normal file
@ -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";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user