tensor: use qt5's mkDerivation

This commit is contained in:
Martin Milata 2020-04-07 22:34:28 +02:00
parent 1d8ea89504
commit d5b14e58c4

View File

@ -1,9 +1,9 @@
{ stdenv, fetchgit, qtbase, qtquickcontrols, qmake, makeDesktopItem }: { mkDerivation, stdenv, fetchgit, qtbase, qtquickcontrols, qmake, makeDesktopItem }:
# we now have libqmatrixclient so a future version of tensor that supports it # we now have libqmatrixclient so a future version of tensor that supports it
# should use that # should use that
stdenv.mkDerivation rec { mkDerivation rec {
pname = "tensor-git"; pname = "tensor-git";
version = "2017-02-21"; version = "2017-02-21";