systems: fix lib-tests

These were broken by the added system doubles. This just adds those to
the lib-tests.
This commit is contained in:
Matthew Bauer
2019-06-04 14:51:33 -04:00
parent 22039a182e
commit 0fef9f89e4
3 changed files with 8 additions and 5 deletions
+2
View File
@@ -57,5 +57,7 @@ in rec {
wasi = filterDoubles predicates.isWasi;
windows = filterDoubles predicates.isWindows;
embedded = filterDoubles predicates.isNone;
mesaPlatforms = ["i686-linux" "x86_64-linux" "x86_64-darwin" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "armv7a-linux" "aarch64-linux" "powerpc64le-linux"];
}