Merge branch 'master' into staging-next

This commit is contained in:
Robert Schütz
2018-08-31 17:32:48 +02:00
497 changed files with 2235 additions and 1360 deletions

View File

@@ -23,7 +23,7 @@
with stdenv.lib;
if ! lists.elem stdenv.system platforms.mesaPlatforms then
if ! lists.elem stdenv.hostPlatform.system platforms.mesaPlatforms then
throw "unsupported platform for Mesa"
else