about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/torchat
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-03-03 16:41:48 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2017-03-03 17:39:00 +0100
commitdb2f87a99869e32ad125b10f7830baea244188f1 (patch)
tree97b52253dc0de9f3450a3b8dd185568fc2a9d45b /pkgs/applications/networking/instant-messengers/torchat
parentd6b0c87bda75b0b8ccc6b8591767e5774847c48b (diff)
downloadnixlib-db2f87a99869e32ad125b10f7830baea244188f1.tar
nixlib-db2f87a99869e32ad125b10f7830baea244188f1.tar.gz
nixlib-db2f87a99869e32ad125b10f7830baea244188f1.tar.bz2
nixlib-db2f87a99869e32ad125b10f7830baea244188f1.tar.lz
nixlib-db2f87a99869e32ad125b10f7830baea244188f1.tar.xz
nixlib-db2f87a99869e32ad125b10f7830baea244188f1.tar.zst
nixlib-db2f87a99869e32ad125b10f7830baea244188f1.zip
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.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/torchat')
-rw-r--r--pkgs/applications/networking/instant-messengers/torchat/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/torchat/default.nix b/pkgs/applications/networking/instant-messengers/torchat/default.nix
index 06bcd7a0400e..700fab061164 100644
--- a/pkgs/applications/networking/instant-messengers/torchat/default.nix
+++ b/pkgs/applications/networking/instant-messengers/torchat/default.nix
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3;
     maintainers = [ maintainers.phreedom ];
     platforms = platforms.unix;
+    broken = true;
   };
 }