about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/toxic
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-12 14:27:23 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-12 14:58:46 +0300
commite6e85651310f45edda72b08c547b8bbb4b629cf2 (patch)
tree30bdd661f4cdc4501ce6edde1c2731fbf82baa56 /pkgs/applications/networking/instant-messengers/toxic
parent817c20c7eedcb1d53b09194661182b517107babb (diff)
toxic: Disable on Darwin
Last successful build 2014-03-12 17:47:58

https://hydra.nixos.org/build/59716009
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/toxic')
-rw-r--r--pkgs/applications/networking/instant-messengers/toxic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/toxic/default.nix b/pkgs/applications/networking/instant-messengers/toxic/default.nix
index fb7a13b3af9b3..e2e25be49f23a 100644
--- a/pkgs/applications/networking/instant-messengers/toxic/default.nix
+++ b/pkgs/applications/networking/instant-messengers/toxic/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
     description = "Reference CLI for Tox";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ viric jgeerds ];
-    platforms = platforms.all;
+    platforms = platforms.linux;
   };
 }