3
0
Fork 0
forked from mirrors/nixpkgs

tensor: documentation regd libqmatrixclient

This commit is contained in:
Peter Hoeg 2017-11-26 23:32:01 +08:00
parent 50ad43bd39
commit c5717d0dc8

View file

@ -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";