lol

megasync: move to by-name

+11 -20
+11 -18
pkgs/applications/misc/megasync/default.nix pkgs/by-name/me/megasync/package.nix
··· 16 libuv, 17 libxcb, 18 libzen, 19 - mkDerivation, 20 openssl, 21 pkg-config, 22 - qtbase, 23 - qtdeclarative, 24 - qtgraphicaleffects, 25 - qttools, 26 - qtquickcontrols, 27 - qtquickcontrols2, 28 - qtsvg, 29 - qtx11extras, 30 readline, 31 sqlite, 32 unzip, ··· 35 zlib, 36 qt5, 37 }: 38 - mkDerivation rec { 39 pname = "megasync"; 40 version = "5.7.1.0"; 41 ··· 63 cmake 64 libtool 65 pkg-config 66 - qttools 67 unzip 68 ]; 69 buildInputs = [ 70 c-ares ··· 79 libxcb 80 libzen 81 openssl 82 - qtbase 83 - qtdeclarative 84 - qtgraphicaleffects 85 - qtquickcontrols 86 - qtquickcontrols2 87 - qtsvg 88 - qtx11extras 89 readline 90 sqlite 91 wget
··· 16 libuv, 17 libxcb, 18 libzen, 19 openssl, 20 pkg-config, 21 + libsForQt5, 22 readline, 23 sqlite, 24 unzip, ··· 27 zlib, 28 qt5, 29 }: 30 + stdenv.mkDerivation rec { 31 pname = "megasync"; 32 version = "5.7.1.0"; 33 ··· 55 cmake 56 libtool 57 pkg-config 58 + libsForQt5.qttools 59 unzip 60 + libsForQt5.wrapQtAppsHook 61 ]; 62 buildInputs = [ 63 c-ares ··· 72 libxcb 73 libzen 74 openssl 75 + libsForQt5.qtbase 76 + libsForQt5.qtdeclarative 77 + libsForQt5.qtgraphicaleffects 78 + libsForQt5.qtquickcontrols 79 + libsForQt5.qtquickcontrols2 80 + libsForQt5.qtsvg 81 + libsForQt5.qtx11extras 82 readline 83 sqlite 84 wget
pkgs/applications/misc/megasync/dont-fetch-clang-format.patch pkgs/by-name/me/megasync/dont-fetch-clang-format.patch
pkgs/applications/misc/megasync/megasync-fix-cmake-install-bindir.patch pkgs/by-name/me/megasync/megasync-fix-cmake-install-bindir.patch
-2
pkgs/top-level/all-packages.nix
··· 2445 2446 materialx = with python3Packages; toPythonApplication materialx; 2447 2448 - megasync = libsForQt5.callPackage ../applications/misc/megasync { }; 2449 - 2450 # while building documentation meson may want to run binaries for host 2451 # which needs an emulator 2452 # example of an error which this fixes
··· 2445 2446 materialx = with python3Packages; toPythonApplication materialx; 2447 2448 # while building documentation meson may want to run binaries for host 2449 # which needs an emulator 2450 # example of an error which this fixes