2008-05-07 09:22:41 +02:00
|
|
|
args : with args;
|
|
|
|
rec {
|
|
|
|
src = fetchurl {
|
|
|
|
url = http://darcs.arstecnica.it/tailor-0.9.31.tar.gz;
|
|
|
|
sha256 = "1apzd6mfmhgmxffzgzwsr17gnyqj6bycn783l9105cihsfcv9v3j";
|
|
|
|
};
|
|
|
|
|
2008-05-31 09:26:13 +02:00
|
|
|
buildInputs = [python makeWrapper];
|
2008-05-07 09:22:41 +02:00
|
|
|
configureFlags = [];
|
|
|
|
|
|
|
|
/* doConfigure should be specified separately */
|
2008-05-31 09:26:13 +02:00
|
|
|
phaseNames = ["installPythonPackage" "wrapBinContentsPython"];
|
2008-05-07 09:22:41 +02:00
|
|
|
|
|
|
|
name = "tailor-" + version;
|
|
|
|
meta = {
|
|
|
|
description = "Version control tools integration tool";
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|