* Move SVN tarballs to losser.
svn path=/nixpkgs/trunk/; revision=2358
This commit is contained in:
@@ -8,7 +8,10 @@ stdenv.mkDerivation {
|
||||
name = "monodevelop-0.6-pre2315";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = /home/eelco/monodevelop-0.6-pre2315.tar.bz2;
|
||||
src = fetchurl {
|
||||
url = http://losser.labs.cs.uu.nl/~eelco/mono-tmp/monodevelop-0.6-pre2315.tar.bz2;
|
||||
md5 = "8c33df5629b0676b7ab552854c1de6fd";
|
||||
};
|
||||
|
||||
makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user