mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
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…
Reference in a new issue