summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorSebastian Hagen <sh_c_git@memespace.net>2016-12-14 22:32:40 +0000
committerJörg Thalheim <joerg@higgsboson.tk>2016-12-15 11:27:15 +0100
commite314e5b9304b5a9be811145bf5275163912192ba (patch)
tree5f87da0c81039b222b943288a5b37a8116d28e96 /pkgs/applications/graphics/ImageMagick
parent910dcdb7d2797e745a0ea11c4ccb1ca1db287847 (diff)
downloadnixlib-e314e5b9304b5a9be811145bf5275163912192ba.tar
nixlib-e314e5b9304b5a9be811145bf5275163912192ba.tar.gz
nixlib-e314e5b9304b5a9be811145bf5275163912192ba.tar.bz2
nixlib-e314e5b9304b5a9be811145bf5275163912192ba.tar.lz
nixlib-e314e5b9304b5a9be811145bf5275163912192ba.tar.xz
nixlib-e314e5b9304b5a9be811145bf5275163912192ba.tar.zst
nixlib-e314e5b9304b5a9be811145bf5275163912192ba.zip
ImageMagick: Add additional mirror.
The 16.09-nixpkgs source tarball Imagemagick-6.9.6-7.tar.xz source tarball is
not available on any of the existing mirrors. We here add one that has it.
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-rw-r--r--pkgs/applications/graphics/ImageMagick/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix
index 1095ff97fc5a..8030302cdcf2 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
       "mirror://imagemagick/releases/ImageMagick-${version}.tar.xz"
       # the original source above removes tarballs quickly
       "http://distfiles.macports.org/ImageMagick/ImageMagick-${version}.tar.xz"
+      "https://bintray.com/homebrew/mirror/download_file?file_path=imagemagick-${version}.tar.xz"
     ];
     inherit (cfg) sha256;
   };