mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
gravit: only build on linux
This commit is contained in:
parent
28c476dbf1
commit
9bfd3ade2e
1 changed files with 1 additions and 0 deletions
|
@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
hydraPlatforms = platforms.linux; # darwin times out
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue