16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-cwpW6O+KJNDvSrHeSM1Ci7S0kNw6a8KCdGAIhowPEIw=";
44 substituteInPlace waynergy.desktop --replace "Exec=/usr/bin/waynergy" "Exec=$out/bin/waynergy"
48 description = "Synergy client for Wayland compositors";
50 A synergy client for Wayland compositors
52 homepage = "https://github.com/r-c-f/waynergy";
53 license = licenses.mit;
54 platforms = platforms.linux;
55 maintainers = with maintainers; [ maxhero ];