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

svn path=/nixpkgs/trunk/; revision=30833
This commit is contained in:
Peter Simons 2011-12-11 18:35:20 +00:00
parent ec962155bc
commit a856742950

View file

@ -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;
};
}