tensor: use qt5's mkDerivation
This commit is contained in:
parent
1d8ea89504
commit
d5b14e58c4
@ -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";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user