summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/monodevelop
diff options
context:
space:
mode:
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;