forked from mirrors/nixpkgs
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.
This commit is contained in:
parent
910dcdb7d2
commit
e314e5b930
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue