synergy: 1.11.0 -> 1.11.1

This commit is contained in:
talyz 2020-03-20 19:08:39 +01:00 committed by Alyssa Ross
parent 19e3c65e13
commit b4d68d88c6

View file

@ -1,11 +1,11 @@
{ stdenv, lib, fetchFromGitHub, cmake, openssl
{ stdenv, lib, fetchFromGitHub, cmake, openssl, qttools
, ApplicationServices, Carbon, Cocoa, CoreServices, ScreenSaver
, xlibsWrapper, libX11, libXi, libXtst, libXrandr, xinput, avahi-compat
, withGUI ? true, wrapQtAppsHook }:
stdenv.mkDerivation rec {
pname = "synergy";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "symless";
@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
buildInputs = [
openssl
] ++ lib.optionals withGUI [
qttools
] ++ lib.optionals stdenv.isDarwin [
ApplicationServices Carbon Cocoa CoreServices ScreenSaver
] ++ lib.optionals stdenv.isLinux [