torchat: mark as broken

Looks abandoned by upstream (last commit 2014, no response on
issue tracker).  For an application of this nature it seems
prudent to simply mark the package as broken instead of
attempting to fix the build.

Prospective users can check out richochet or tor messenger.
This commit is contained in:
Joachim Fasting 2017-03-03 16:41:48 +01:00
parent d6b0c87bda
commit db2f87a998
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.phreedom ];
platforms = platforms.unix;
broken = true;
};
}