aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/isl
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-18 18:46:00 +0200
committerPeter Simons <simons@cryp.to>2013-10-18 18:46:00 +0200
commitea6f711e8ec7208626a084edb81a78ee455a0b67 (patch)
tree1ad7f5fd9cba472b86dbe932c9baa58c3079d976 /pkgs/development/libraries/isl
parente9163ad4c95ff58f0480079d646fa4fb31bcf05a (diff)
isl: update download url
This patch fixes issue #1091.
Diffstat (limited to 'pkgs/development/libraries/isl')
-rw-r--r--pkgs/development/libraries/isl/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/libraries/isl/default.nix b/pkgs/development/libraries/isl/default.nix
index 9097df78de3f..9242af95e270 100644
--- a/pkgs/development/libraries/isl/default.nix
+++ b/pkgs/development/libraries/isl/default.nix
@@ -4,11 +4,8 @@ stdenv.mkDerivation rec {
name = "isl-0.11.1"; # CLooG 0.16.3 fails to build with ISL 0.08.
src = fetchurl {
- urls = [
- "http://www.kotnet.org/~skimo/isl/${name}.tar.bz2"
- "ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/${name}.tar.bz2"
- ];
- sha256 = "095f4b54c88ca13a80d2b025d9c551f89ea7ba6f6201d701960bfe5c1466a98d";
+ url = "http://pkgs.fedoraproject.org/repo/pkgs/gcc/isl-0.11.1.tar.bz2/bce1586384d8635a76d2f017fb067cd2/isl-0.11.1.tar.bz2";
+ sha256 = "13d9cqa5rzhbjq0xf0b2dyxag7pqa72xj9dhsa03m8ccr1a4npq9";
};
buildInputs = [ gmp ];