megasync: use qt5's mkDerivation

See #65399
This commit is contained in:
Alkeryn 2019-08-24 21:15:40 +02:00 committed by worldofpeace
parent 66b571c10b
commit 12e5cf479f
2 changed files with 11 additions and 7 deletions

View File

@ -15,15 +15,19 @@
, libuv
, libzen
, lsb-release
, mkDerivation
, pkgconfig
, qt5
, qmake
, qtbase
, qtsvg
, qttools
, sqlite
, swig
, unzip
, wget
}:
stdenv.mkDerivation rec {
mkDerivation rec {
name = "megasync-${version}";
version = "4.1.1.0";
@ -41,8 +45,8 @@ stdenv.mkDerivation rec {
doxygen
lsb-release
pkgconfig
qt5.qmake
qt5.qttools
qmake
qttools
swig
];
buildInputs = [
@ -57,8 +61,8 @@ stdenv.mkDerivation rec {
libtool
libuv
libzen
qt5.qtbase
qt5.qtsvg
qtbase
qtsvg
sqlite
unzip
wget

View File

@ -1784,7 +1784,7 @@ in
massren = callPackage ../tools/misc/massren { };
megasync = callPackage ../applications/misc/megasync { };
megasync = libsForQt5.callPackage ../applications/misc/megasync { };
meritous = callPackage ../games/meritous { };