soundtracker: disable sdl-config darwin time out

This commit is contained in:
Francesco Gazzetta 2024-04-03 09:17:40 +02:00
parent dce974151f
commit 829ca395c4
1 changed files with 1 additions and 0 deletions

View File

@ -75,5 +75,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fgaz ];
platforms = platforms.all;
hydraPlatforms = platforms.linux; # sdl-config times out on darwin
};
})