From c5717d0dc8cae5939dcca0bb01e1cd16f4522db1 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Sun, 26 Nov 2017 23:32:01 +0800 Subject: [PATCH] tensor: documentation regd libqmatrixclient --- .../networking/instant-messengers/tensor/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/networking/instant-messengers/tensor/default.nix b/pkgs/applications/networking/instant-messengers/tensor/default.nix index 0571946061b..c6b930fc590 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";