mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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"
|
"mirror://imagemagick/releases/ImageMagick-${version}.tar.xz"
|
||||||
# the original source above removes tarballs quickly
|
# the original source above removes tarballs quickly
|
||||||
"http://distfiles.macports.org/ImageMagick/ImageMagick-${version}.tar.xz"
|
"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;
|
inherit (cfg) sha256;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user