summary refs log tree commit diff
path: root/lib/systems/doubles.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-02-21 21:02:59 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-02-24 17:00:48 -0500
commitbfb45e96b946b85690d270df6a187d1ad4b39f7d (patch)
treea9daadf0aef373796075df02759981f93c2f2f88 /lib/systems/doubles.nix
parent498ad3e8c09245f956c557c10a8f583e89972c29 (diff)
downloadnixpkgs-bfb45e96b946b85690d270df6a187d1ad4b39f7d.tar
nixpkgs-bfb45e96b946b85690d270df6a187d1ad4b39f7d.tar.gz
nixpkgs-bfb45e96b946b85690d270df6a187d1ad4b39f7d.tar.bz2
nixpkgs-bfb45e96b946b85690d270df6a187d1ad4b39f7d.tar.lz
nixpkgs-bfb45e96b946b85690d270df6a187d1ad4b39f7d.tar.xz
nixpkgs-bfb45e96b946b85690d270df6a187d1ad4b39f7d.tar.zst
nixpkgs-bfb45e96b946b85690d270df6a187d1ad4b39f7d.zip
mesa: armv7a-linux supports mesa
Diffstat (limited to 'lib/systems/doubles.nix')
-rw-r--r--lib/systems/doubles.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/doubles.nix b/lib/systems/doubles.nix
index 58677c0bdd9..2cf06b6ac1c 100644
--- a/lib/systems/doubles.nix
+++ b/lib/systems/doubles.nix
@@ -47,5 +47,5 @@ in rec {
   unix    = filterDoubles predicates.isUnix;
   windows = filterDoubles predicates.isWindows;
 
-  mesaPlatforms = ["i686-linux" "x86_64-linux" "x86_64-darwin" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "powerpc64le-linux"];
+  mesaPlatforms = ["i686-linux" "x86_64-linux" "x86_64-darwin" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "armv7a-linux" "aarch64-linux" "powerpc64le-linux"];
 }