Skip to content

Commit

Permalink
torchat: mark as broken
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joachifm committed Mar 3, 2017
1 parent d6b0c87 commit db2f87a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.phreedom ];
platforms = platforms.unix;
broken = true;
};
}

0 comments on commit db2f87a

Please sign in to comment.