summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/monodevelop
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-09 18:04:16 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-09 18:04:16 +0000
commit031db34059e173ae511d24b7d2b5f1e36c88d104 (patch)
treeb8a8d9a988287814ef93f90bbf2e2c435e2a7169 /pkgs/applications/editors/monodevelop
parent732a36cbf7713376bd922473ae73342bd773130c (diff)
* Move SVN tarballs to losser.
svn path=/nixpkgs/trunk/; revision=2358
Diffstat (limited to 'pkgs/applications/editors/monodevelop')
-rw-r--r--pkgs/applications/editors/monodevelop/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/editors/monodevelop/default.nix b/pkgs/applications/editors/monodevelop/default.nix
index dcbaa63a96d3..5ba1aadd6091 100644
--- a/pkgs/applications/editors/monodevelop/default.nix
+++ b/pkgs/applications/editors/monodevelop/default.nix
@@ -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;