synergy: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-10-29 02:43:35 +00:00
parent 39fbd3a860
commit ea3677e44d
3 changed files with 3 additions and 7 deletions
@@ -3,7 +3,6 @@
stdenv,
lib,
fetchFromGitHub,
wrapQtAppsHook,
cmake,
openssl,
@@ -14,7 +13,6 @@
pkg-config,
gdk-pixbuf,
libnotify,
qttools,
libICE,
libSM,
libX11,
@@ -26,7 +24,7 @@
xkeyboardconfig,
xinput,
avahi-compat,
libsForQt5,
}:
stdenv.mkDerivation rec {
@@ -62,10 +60,10 @@ stdenv.mkDerivation rec {
cmake
pkg-config
]
++ lib.optional withGUI wrapQtAppsHook;
++ lib.optional withGUI libsForQt5.wrapQtAppsHook;
buildInputs = [
qttools # Used for translations even when not building the GUI
libsForQt5.qttools # Used for translations even when not building the GUI
openssl
pcre
]
-2
View File
@@ -12404,8 +12404,6 @@ with pkgs;
systemdSupport = true;
};
synergy = libsForQt5.callPackage ../applications/misc/synergy { };
synergyWithoutGUI = synergy.override { withGUI = false; };
tabbed = callPackage ../applications/window-managers/tabbed {