From 8e5cf5889c08636e8e19c3ef3a912aa947f2bd6d Mon Sep 17 00:00:00 2001 From: Sibi Date: Thu, 29 Jan 2015 18:25:23 +0530 Subject: [PATCH] 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. --- pkgs/applications/graphics/ImageMagick/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix index 8ae4bc2dd1b1..d95fdf17e939 100644 --- a/pkgs/applications/graphics/ImageMagick/default.nix +++ b/pkgs/applications/graphics/ImageMagick/default.nix @@ -30,7 +30,7 @@ let in stdenv.mkDerivation rec { - name = "ImageMagick-${version}"; + name = "imagemagick-${version}"; src = fetchurl { url = "mirror://imagemagick/releases/${name}.tar.xz";