summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick/7.0.nix
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2020-10-02 18:46:18 -0700
committerRyan Burns <rtburns@protonmail.com>2020-10-02 18:46:18 -0700
commit5f265ce646bf703df2c6c501417b2e116e194252 (patch)
tree1953dbad311b5fdf1e66dbee24868702e643b124 /pkgs/applications/graphics/ImageMagick/7.0.nix
parentca5c4f96b4584d481547cdc8028fd10d5bbced23 (diff)
downloadnixpkgs-5f265ce646bf703df2c6c501417b2e116e194252.tar
nixpkgs-5f265ce646bf703df2c6c501417b2e116e194252.tar.gz
nixpkgs-5f265ce646bf703df2c6c501417b2e116e194252.tar.bz2
nixpkgs-5f265ce646bf703df2c6c501417b2e116e194252.tar.lz
nixpkgs-5f265ce646bf703df2c6c501417b2e116e194252.tar.xz
nixpkgs-5f265ce646bf703df2c6c501417b2e116e194252.tar.zst
nixpkgs-5f265ce646bf703df2c6c501417b2e116e194252.zip
imagemagick: enable on ppc64le
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick/7.0.nix')
-rw-r--r--pkgs/applications/graphics/ImageMagick/7.0.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix
index e7abc94a426..bd4fa4b531b 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -10,6 +10,7 @@ let
     else if stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "x86_64-darwin" then "x86-64"
     else if stdenv.hostPlatform.system == "armv7l-linux" then "armv7l"
     else if stdenv.hostPlatform.system == "aarch64-linux" then "aarch64"
+    else if stdenv.hostPlatform.system == "powerpc64le-linux" then "ppc64le"
     else throw "ImageMagick is not supported on this platform.";
 
   cfg = {