gravit: only build on linux

This commit is contained in:
Matthew Justin Bauer 2018-06-23 17:33:25 -04:00 committed by GitHub
parent 28c476dbf1
commit 9bfd3ade2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
'';
platforms = stdenv.lib.platforms.mesaPlatforms;
hydraPlatforms = platforms.linux; # darwin times out
};
}