darwin: Disable some more packages that have never built

streamripper: https://hydra.nixos.org/build/61726659
racket: https://hydra.nixos.org/build/61750850
radare: https://hydra.nixos.org/build/61756146
stockfish: https://hydra.nixos.org/build/61726172
This commit is contained in:
Tuomas Tynkkynen
2017-09-30 22:32:27 +03:00
parent d2f4539e5f
commit fd97fa71dd
4 changed files with 4 additions and 4 deletions

View File

@@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
homepage = http://racket-lang.org/;
license = licenses.lgpl3;
maintainers = with maintainers; [ kkallio henrytill vrthra ];
platforms = platforms.x86_64;
platforms = [ "x86_64-linux" ];
};
}