From 893fc5e2f39d9fef2a43fcbda9522ea45eedab26 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 28 Feb 2014 12:13:37 +0100 Subject: [PATCH] flashtool: add a license tag --- pkgs/development/mobile/flashtool/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/mobile/flashtool/default.nix b/pkgs/development/mobile/flashtool/default.nix index b193709d90d..060c1a5bdb9 100644 --- a/pkgs/development/mobile/flashtool/default.nix +++ b/pkgs/development/mobile/flashtool/default.nix @@ -56,6 +56,7 @@ stdenv.mkDerivation rec { meta = { homepage = "http://www.flashtool.net/"; description = "S1 flashing software for Sony phones from X10 to Xperia Z Ultra"; + license = stdenv.lib.license.unfreeRedistributableFirmware; platforms = stdenv.lib.platforms.linux; hydraPlatforms = stdenv.lib.platforms.none;