mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Update monotone-viz
svn path=/nixpkgs/trunk/; revision=24642
This commit is contained in:
parent
91afbd159a
commit
7905af1137
1 changed files with 9 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
|||
args : with args;
|
||||
rec {
|
||||
src = fetchmtn {
|
||||
srcDrv = fetchmtn {
|
||||
name = "monotone-viz-mtn-checkout";
|
||||
dbs = ["monotone.ca"];
|
||||
selector = "b34ff2e695b53c2d73d533a3ffa7cb081b48eefb";
|
||||
dbs = ["monotone.mtn-host.prjek.net"];
|
||||
selector = "c3fdb3af1c7c89989c7da8062bb62203f2aaccf0";
|
||||
branch = "net.venge.monotone-viz.new-stdio";
|
||||
sha256 = "06263564bc111d865b50b4a9587a86f8d97fff47625a3c1cb98d90b79faf7889";
|
||||
} + "/";
|
||||
sha256 = "661c6a49d442b7e5a7ba455bb9a892e7e12b3968c2ddd69375e7bd0cd0b3ecb9";
|
||||
};
|
||||
src = srcDrv + "/";
|
||||
|
||||
buildInputs = [ocaml lablgtk libgnomecanvas gtk graphviz glib
|
||||
pkgconfig autoconf automake libtool];
|
||||
|
@ -20,12 +21,13 @@ rec {
|
|||
autoconf -I .
|
||||
'') ["minInit" "addInputs" "doUnpack"];
|
||||
|
||||
patches = [ ./graphviz.patch ];
|
||||
|
||||
name = "monotone-viz-mtn-head";
|
||||
meta = {
|
||||
description = "Monotone commit tree visualizer";
|
||||
maintainers = [args.lib.maintainers.raskin];
|
||||
};
|
||||
passthru = {
|
||||
inherit srcDrv;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue