Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked in corresponding directory.

svn path=/nixpkgs/trunk/; revision=12060
This commit is contained in:
Michael Raskin
2008-06-12 15:59:59 +00:00
parent 638f4bf121
commit 0784550c35
7 changed files with 138 additions and 4 deletions
@@ -1,7 +1,7 @@
{stdenv, fetchurl, boost, zlib}:
stdenv.mkDerivation {
name = "monotone-0.38";
name = "monotone-0.40";
src = fetchurl {
url = http://monotone.ca/downloads/0.40/monotone-0.40.tar.gz;
sha256 = "0zs1zxvdn0m27w1830qbbh5vqk948hkpdkxwnlghszcbzz49151h";