copyq: move to by-name

This commit is contained in:
Aliaksandr
2026-01-31 19:58:35 +02:00
parent 1778c8ed15
commit e23cbf4bcb
2 changed files with 7 additions and 14 deletions
@@ -5,16 +5,11 @@
fetchpatch2,
cmake,
ninja,
qtbase,
qtsvg,
qttools,
qtdeclarative,
qt6,
libXfixes,
libXtst,
qtwayland,
wayland,
pkg-config,
wrapQtAppsHook,
kdePackages,
}:
@@ -33,18 +28,18 @@ stdenv.mkDerivation rec {
cmake
ninja
kdePackages.extra-cmake-modules
wrapQtAppsHook
qt6.wrapQtAppsHook
pkg-config
];
buildInputs = [
qtbase
qtsvg
qttools
qtdeclarative
qt6.qtbase
qt6.qtsvg
qt6.qttools
qt6.qtdeclarative
libXfixes
libXtst
qtwayland
qt6.qtwayland
wayland
kdePackages.kconfig
kdePackages.kstatusnotifieritem
-2
View File
@@ -9946,8 +9946,6 @@ with pkgs;
confclerk = libsForQt5.callPackage ../applications/misc/confclerk { };
copyq = qt6Packages.callPackage ../applications/misc/copyq { };
codeblocksFull = codeblocks.override { contribPlugins = true; };
cudatext-qt = callPackage ../applications/editors/cudatext { widgetset = "qt5"; };