From 229616de833d48211d2affb7bcf5b4374ea5ba66 Mon Sep 17 00:00:00 2001 From: Domen Kozar Date: Thu, 28 Mar 2013 12:47:27 +0100 Subject: set platforms and correct license to synergy --- pkgs/applications/misc/synergy/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/misc/synergy') diff --git a/pkgs/applications/misc/synergy/default.nix b/pkgs/applications/misc/synergy/default.nix index a267a29c7e2..4bb3ef9e64a 100644 --- a/pkgs/applications/misc/synergy/default.nix +++ b/pkgs/applications/misc/synergy/default.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { meta = { description = "Tool to share the mouse keyboard and the clipboard between computers"; homepage = http://synergy-foss.org; - license = "GPL"; + license = stdenv.lib.licenses.gpl2; + platforms = stdenv.lib.platforms.all; }; } -- cgit 1.4.1