forked from mirrors/nixpkgs
Added tailor
svn path=/nixpkgs/trunk/; revision=11766
This commit is contained in:
parent
cfff8a9c1a
commit
8fa23b53af
19
pkgs/applications/version-management/tailor/0.9.31.nix
Normal file
19
pkgs/applications/version-management/tailor/0.9.31.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
args : with args;
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = http://darcs.arstecnica.it/tailor-0.9.31.tar.gz;
|
||||
sha256 = "1apzd6mfmhgmxffzgzwsr17gnyqj6bycn783l9105cihsfcv9v3j";
|
||||
};
|
||||
|
||||
buildInputs = [python];
|
||||
configureFlags = [];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["installPythonPackage"];
|
||||
|
||||
name = "tailor-" + version;
|
||||
meta = {
|
||||
description = "Version control tools integration tool";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in a new issue