synergy: 1.11.0 -> 1.11.1
This commit is contained in:
parent
19e3c65e13
commit
b4d68d88c6
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, cmake, openssl
|
{ stdenv, lib, fetchFromGitHub, cmake, openssl, qttools
|
||||||
, ApplicationServices, Carbon, Cocoa, CoreServices, ScreenSaver
|
, ApplicationServices, Carbon, Cocoa, CoreServices, ScreenSaver
|
||||||
, xlibsWrapper, libX11, libXi, libXtst, libXrandr, xinput, avahi-compat
|
, xlibsWrapper, libX11, libXi, libXtst, libXrandr, xinput, avahi-compat
|
||||||
, withGUI ? true, wrapQtAppsHook }:
|
, withGUI ? true, wrapQtAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "synergy";
|
pname = "synergy";
|
||||||
version = "1.11.0";
|
version = "1.11.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "symless";
|
owner = "symless";
|
||||||
@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
openssl
|
openssl
|
||||||
|
] ++ lib.optionals withGUI [
|
||||||
|
qttools
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
ApplicationServices Carbon Cocoa CoreServices ScreenSaver
|
ApplicationServices Carbon Cocoa CoreServices ScreenSaver
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user