2008-05-26 13:39:08 +02:00
|
|
|
args : with args;
|
|
|
|
|
|
|
|
rec {
|
2013-12-18 13:21:11 +01:00
|
|
|
version = "2.5";
|
2008-05-26 13:39:08 +02:00
|
|
|
src = fetchurl {
|
2010-08-12 21:59:30 +02:00
|
|
|
url = "http://launchpad.net/bzrtools/stable/${version}/+download/bzrtools-${version}.tar.gz";
|
2013-12-18 13:21:11 +01:00
|
|
|
sha256 = "0gzh63vl9006cpklszwmsymrq5ddxxrnxwbv5bwi740jlvxzdkxw";
|
2008-05-26 13:39:08 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
buildInputs = [];
|
|
|
|
configureFlags = [];
|
|
|
|
|
|
|
|
/* doConfigure should be specified separately */
|
|
|
|
phaseNames = [(simplyShare "bzrtools")];
|
|
|
|
|
2010-08-12 21:59:30 +02:00
|
|
|
name = "bzr-tools-${version}";
|
2008-05-26 13:39:08 +02:00
|
|
|
meta = {
|
2013-10-05 16:22:46 +02:00
|
|
|
description = "Bazaar plugins";
|
2008-05-26 13:39:08 +02:00
|
|
|
};
|
|
|
|
}
|