1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Fix fetchmtn

svn path=/nixpkgs/trunk/; revision=18298
This commit is contained in:
Michael Raskin 2009-11-08 22:12:14 +00:00
parent d24e7434ec
commit 24162c6b4a
2 changed files with 6 additions and 1 deletions

View file

@ -5,7 +5,7 @@ rec {
dbs = ["monotone.ca"];
selector = "0e9194c89eb87e62ac7d54c7b88b10b94b07fa41";
branch = "net.venge.monotone-viz.automate";
sha256 = "b9189ccd64c02d158517e97bce079e87843e7b1948c5c61c534aa0b885c711ac";
sha256 = "d7980c9729b0a58f0dd27768b8eae46b45462fe72a88534b8aa159d889b4d624";
} + "/";
buildInputs = [ocaml lablgtk libgnomecanvas gtk graphviz glib

View file

@ -44,3 +44,8 @@ fi;
stopNest
header "clearing _MTN in the output"
rm -rf "$out/_MTN"
stopNest