about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-12-11 18:35:20 +0000
committerPeter Simons <simons@cryp.to>2011-12-11 18:35:20 +0000
commita8567429505ef609441779e45d571673324aea54 (patch)
tree1c3f0bbeb4c46238c00dadca0df3e0f51431559e /pkgs/applications/networking/instant-messengers
parentec962155bc2151eeed190b01aa0d4aeafa87925f (diff)
downloadnixlib-a8567429505ef609441779e45d571673324aea54.tar
nixlib-a8567429505ef609441779e45d571673324aea54.tar.gz
nixlib-a8567429505ef609441779e45d571673324aea54.tar.bz2
nixlib-a8567429505ef609441779e45d571673324aea54.tar.lz
nixlib-a8567429505ef609441779e45d571673324aea54.tar.xz
nixlib-a8567429505ef609441779e45d571673324aea54.tar.zst
nixlib-a8567429505ef609441779e45d571673324aea54.zip
torchat: tell Hydra that it shouldn't attempt to build that package an Cygwin (fails with an assertion)
svn path=/nixpkgs/trunk/; revision=30833
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/torchat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/torchat/default.nix b/pkgs/applications/networking/instant-messengers/torchat/default.nix
index a63b20452761..440ab624a623 100644
--- a/pkgs/applications/networking/instant-messengers/torchat/default.nix
+++ b/pkgs/applications/networking/instant-messengers/torchat/default.nix
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
     description = "instant messaging application on top of the Tor network and it's location hidden services";
     license = licenses.gpl3;
     maintainers = [ maintainers.phreedom ];
-    platforms = platforms.all;
+    platforms = platforms.unix;
   };
 }