about summary refs log tree commit diff
path: root/pkgs/applications/audio/streamripper
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-09-30 22:32:27 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-09-30 22:32:27 +0300
commitfd97fa71dd53e47f6efb3db1e0686e81b9d1d38b (patch)
treebfd1f4d9e7cb72dabdf32a4d169f497b19b55fbd /pkgs/applications/audio/streamripper
parentd2f4539e5f49e4f92bf3c32d466ba0f507c41200 (diff)
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
Diffstat (limited to 'pkgs/applications/audio/streamripper')
-rw-r--r--pkgs/applications/audio/streamripper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/streamripper/default.nix b/pkgs/applications/audio/streamripper/default.nix
index 2df1e1e3b3b51..47d9381b2def3 100644
--- a/pkgs/applications/audio/streamripper/default.nix
+++ b/pkgs/applications/audio/streamripper/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     homepage = http://streamripper.sourceforge.net/;
     description = "Application that lets you record streaming mp3 to your hard drive";
     license = licenses.gpl2;
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ the-kenny ];
   };
 }