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