Author: simons
Date: Sun Dec 11 18:35:20 2011
New Revision: 30833
URL: https://nixos.org/websvn/nix/?rev=30833&sc=1

Log:
torchat: tell Hydra that it shouldn't attempt to build that package an Cygwin 
(fails with an assertion)

Modified:
   
nixpkgs/trunk/pkgs/applications/networking/instant-messengers/torchat/default.nix

Modified: 
nixpkgs/trunk/pkgs/applications/networking/instant-messengers/torchat/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/applications/networking/instant-messengers/torchat/default.nix
   Sun Dec 11 18:01:13 2011        (r30832)
+++ 
nixpkgs/trunk/pkgs/applications/networking/instant-messengers/torchat/default.nix
   Sun Dec 11 18:35:20 2011        (r30833)
@@ -33,6 +33,6 @@
     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;
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to