···1010 if stdenv.system == "i686-linux" then "i686"
1111 else if stdenv.system == "x86_64-linux" || stdenv.system == "x86_64-darwin" then "x86-64"
1212 else if stdenv.system == "armv7l-linux" then "armv7l"
1313+ else if stdenv.system == "aarch64-linux" then "aarch64"
1314 else throw "ImageMagick is not supported on this platform.";
14151516 cfg = {
···1010 if stdenv.system == "i686-linux" then "i686"
1111 else if stdenv.system == "x86_64-linux" || stdenv.system == "x86_64-darwin" then "x86-64"
1212 else if stdenv.system == "armv7l-linux" then "armv7l"
1313+ else if stdenv.system == "aarch64-linux" then "aarch64"
1314 else throw "ImageMagick is not supported on this platform.";
14151516 cfg = {