about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/tensor
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-11-26 23:32:01 +0800
committerPeter Hoeg <peter@hoeg.com>2017-11-26 23:35:00 +0800
commitc5717d0dc8cae5939dcca0bb01e1cd16f4522db1 (patch)
tree0efd8d5c7047dcd640264df09436965a750fc163 /pkgs/applications/networking/instant-messengers/tensor
parent50ad43bd395465d5d2b5a96862efc4fd1ed29cd8 (diff)
tensor: documentation regd libqmatrixclient
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/tensor')
-rw-r--r--pkgs/applications/networking/instant-messengers/tensor/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/tensor/default.nix b/pkgs/applications/networking/instant-messengers/tensor/default.nix
index 0571946061bc3..c6b930fc590fe 100644
--- a/pkgs/applications/networking/instant-messengers/tensor/default.nix
+++ b/pkgs/applications/networking/instant-messengers/tensor/default.nix
@@ -1,5 +1,8 @@
 { stdenv, fetchgit, qtbase, qtquickcontrols, qmake, makeDesktopItem }:
 
+# we now have libqmatrixclient so a future version of tensor that supports it
+# should use that
+
 stdenv.mkDerivation rec {
   name = "tensor-git-${version}";
   version = "2017-02-21";