tensor: use qt5's mkDerivation

gstqt5
Martin Milata 2020-04-07 22:34:28 +02:00
parent 1d8ea89504
commit d5b14e58c4
1 changed files with 2 additions and 2 deletions

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
# should use that
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "tensor-git";
version = "2017-02-21";