forked from mirrors/nixpkgs
set platforms and correct license to synergy
This commit is contained in:
parent
8a42c8b94e
commit
229616de83
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tool to share the mouse keyboard and the clipboard between computers";
|
description = "Tool to share the mouse keyboard and the clipboard between computers";
|
||||||
homepage = http://synergy-foss.org;
|
homepage = http://synergy-foss.org;
|
||||||
license = "GPL";
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue