Skip to content

Commit

Permalink
Merge pull request #67406 from Alkeryn/megasync
Browse files Browse the repository at this point in the history
megasync: use qt5's mkDerivation
  • Loading branch information
worldofpeace authored Aug 24, 2019
2 parents 107ca87 + 12e5cf4 commit 0f395d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions pkgs/applications/misc/megasync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand All @@ -41,8 +45,8 @@ stdenv.mkDerivation rec {
doxygen
lsb-release
pkgconfig
qt5.qmake
qt5.qttools
qmake
qttools
swig
];
buildInputs = [
Expand All @@ -57,8 +61,8 @@ stdenv.mkDerivation rec {
libtool
libuv
libzen
qt5.qtbase
qt5.qtsvg
qtbase
qtsvg
sqlite
unzip
wget
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ in

massren = callPackage ../tools/misc/massren { };

megasync = callPackage ../applications/misc/megasync { };
megasync = libsForQt5.callPackage ../applications/misc/megasync { };

meritous = callPackage ../games/meritous { };

Expand Down

0 comments on commit 0f395d6

Please sign in to comment.