x2gokdriveclient: migrate to pkgs/by-name

This commit is contained in:
Weijia Wang
2026-05-30 16:09:12 +02:00
parent b9db3567ed
commit fef158bc42
2 changed files with 4 additions and 10 deletions
@@ -3,11 +3,7 @@
lib,
fetchgit,
qt5,
qtbase,
qtx11extras,
qttools,
zlib,
gnumake,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -27,9 +23,9 @@ stdenv.mkDerivation (finalAttrs: {
};
buildInputs = [
qtbase
qtx11extras
qttools
qt5.qtbase
qt5.qtx11extras
qt5.qttools
zlib
];
@@ -42,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail "SHELL=/bin/bash" "SHELL=$SHELL" \
--replace-fail "MAKEOVERRIDES" "NOMAKEOVERRIDES " \
--replace-fail ".MAKEFLAGS" ".NOFLAGS " \
--replace-fail "qmake" "${qtbase.dev}/bin/qmake" \
--replace-fail "qmake" "${qt5.qtbase.dev}/bin/qmake" \
--replace-fail "-o root -g root" ""
substituteInPlace \
VERSION.x2gokdriveclient \
-2
View File
@@ -10340,8 +10340,6 @@ with pkgs;
wrapThunderbird = callPackage ../applications/networking/mailreaders/thunderbird/wrapper.nix { };
x2gokdriveclient = libsForQt5.callPackage ../applications/networking/remote/x2gokdriveclient { };
x32edit = callPackage ../applications/audio/midas/x32edit.nix { };
kodiPackages = recurseIntoAttrs (kodi.packages);