3
0
Fork 0
forked from mirrors/nixpkgs

imagemagick: rename package to lowercase (close #6056)

Change it to lowercase to according to the convention presented here:
http://nixos.org/nixpkgs/manual/#chap-conventions

Thanks to goibhniu from #nixos for pointing me this.
This commit is contained in:
Sibi 2015-01-29 18:25:23 +05:30 committed by Vladimír Čunát
parent f0f99d5212
commit 8e5cf5889c

View file

@ -30,7 +30,7 @@ let
in
stdenv.mkDerivation rec {
name = "ImageMagick-${version}";
name = "imagemagick-${version}";
src = fetchurl {
url = "mirror://imagemagick/releases/${name}.tar.xz";