ImageMagick: build also on armv7l-linux
This commit is contained in:
parent
976895c0d0
commit
6c53262480
@ -7,6 +7,7 @@ let
|
|||||||
arch =
|
arch =
|
||||||
if stdenv.system == "i686-linux" then "i686"
|
if stdenv.system == "i686-linux" then "i686"
|
||||||
else if stdenv.system == "x86_64-linux" || stdenv.system == "x86_64-darwin" then "x86-64"
|
else if stdenv.system == "x86_64-linux" || stdenv.system == "x86_64-darwin" then "x86-64"
|
||||||
|
else if stdenv.system == "armv7l-linux" then "armv7l"
|
||||||
else throw "ImageMagick is not supported on this platform.";
|
else throw "ImageMagick is not supported on this platform.";
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user