megasync: move to by-name

This commit is contained in:
Gaetan Lepage
2025-03-14 10:08:37 +01:00
parent 949daad18e
commit 3c77805751
4 changed files with 11 additions and 20 deletions
@@ -16,17 +16,9 @@
libuv,
libxcb,
libzen,
mkDerivation,
openssl,
pkg-config,
qtbase,
qtdeclarative,
qtgraphicaleffects,
qttools,
qtquickcontrols,
qtquickcontrols2,
qtsvg,
qtx11extras,
libsForQt5,
readline,
sqlite,
unzip,
@@ -35,7 +27,7 @@
zlib,
qt5,
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "megasync";
version = "5.7.1.0";
@@ -63,8 +55,9 @@ mkDerivation rec {
cmake
libtool
pkg-config
qttools
libsForQt5.qttools
unzip
libsForQt5.wrapQtAppsHook
];
buildInputs = [
c-ares
@@ -79,13 +72,13 @@ mkDerivation rec {
libxcb
libzen
openssl
qtbase
qtdeclarative
qtgraphicaleffects
qtquickcontrols
qtquickcontrols2
qtsvg
qtx11extras
libsForQt5.qtbase
libsForQt5.qtdeclarative
libsForQt5.qtgraphicaleffects
libsForQt5.qtquickcontrols
libsForQt5.qtquickcontrols2
libsForQt5.qtsvg
libsForQt5.qtx11extras
readline
sqlite
wget
-2
View File
@@ -2445,8 +2445,6 @@ with pkgs;
materialx = with python3Packages; toPythonApplication materialx;
megasync = libsForQt5.callPackage ../applications/misc/megasync { };
# while building documentation meson may want to run binaries for host
# which needs an emulator
# example of an error which this fixes