gravit: fix eval

authored by Matthew Justin Bauer and committed by GitHub e09861f1 92f0bec7

+1 -1
+1 -1
pkgs/applications/science/astronomy/gravit/default.nix
··· 37 37 ''; 38 38 39 39 platforms = stdenv.lib.platforms.mesaPlatforms; 40 - hydraPlatforms = platforms.linux; # darwin times out 40 + hydraPlatforms = stdenv.lib.platforms.linux; # darwin times out 41 41 }; 42 42 }