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:
parent
f0f99d5212
commit
8e5cf5889c
|
@ -30,7 +30,7 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ImageMagick-${version}";
|
||||
name = "imagemagick-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://imagemagick/releases/${name}.tar.xz";
|
||||
|
|
Loading…
Reference in a new issue