From a8567429505ef609441779e45d571673324aea54 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Dec 2011 18:35:20 +0000 Subject: [PATCH] torchat: tell Hydra that it shouldn't attempt to build that package an Cygwin (fails with an assertion) svn path=/nixpkgs/trunk/; revision=30833 --- .../networking/instant-messengers/torchat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/torchat/default.nix b/pkgs/applications/networking/instant-messengers/torchat/default.nix index a63b2045276..440ab624a62 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; }; }