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:
@@ -30,7 +30,7 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ImageMagick-${version}";
|
name = "imagemagick-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://imagemagick/releases/${name}.tar.xz";
|
url = "mirror://imagemagick/releases/${name}.tar.xz";
|
||||||
|
|||||||
Reference in New Issue
Block a user