about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-12-09 16:39:52 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2018-12-10 14:55:19 -0500
commit01e78db6b12a33767c577d150c21f2696cbc007b (patch)
tree9d528bcfd5e7baa9ee374ed1ce27111b45ac207f /pkgs/development
parent45db900c3c710aa99e71decd2dd12d4c818b536c (diff)
downloadnixlib-01e78db6b12a33767c577d150c21f2696cbc007b.tar
nixlib-01e78db6b12a33767c577d150c21f2696cbc007b.tar.gz
nixlib-01e78db6b12a33767c577d150c21f2696cbc007b.tar.bz2
nixlib-01e78db6b12a33767c577d150c21f2696cbc007b.tar.lz
nixlib-01e78db6b12a33767c577d150c21f2696cbc007b.tar.xz
nixlib-01e78db6b12a33767c577d150c21f2696cbc007b.tar.zst
nixlib-01e78db6b12a33767c577d150c21f2696cbc007b.zip
angelscript_2_22: Disables build on aarch64-linux.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/interpreters/angelscript/2.22.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/angelscript/2.22.nix b/pkgs/development/interpreters/angelscript/2.22.nix
index c9097bec5dc8..0449572da024 100644
--- a/pkgs/development/interpreters/angelscript/2.22.nix
+++ b/pkgs/development/interpreters/angelscript/2.22.nix
@@ -38,6 +38,7 @@ stdenv.mkDerivation {
     license = stdenv.lib.licenses.zlib ;
     maintainers = [stdenv.lib.maintainers.raskin];
     platforms = stdenv.lib.platforms.linux;
+    badPlatforms = [ "aarch64-linux" ];
     downloadPage = "http://www.angelcode.com/angelscript/downloads.html";
     homepage="http://www.angelcode.com/angelscript/";
   };