gravit: fix eval

This commit is contained in:
Matthew Justin Bauer 2018-06-23 17:35:31 -04:00 committed by GitHub
parent 92f0bec7c4
commit e09861f11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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