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

View File

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