aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/mobile/flashtool
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-28 12:13:37 +0100
committerPeter Simons <simons@cryp.to>2014-02-28 12:13:46 +0100
commit893fc5e2f39d9fef2a43fcbda9522ea45eedab26 (patch)
treefae757f9c53279401bd9694ed99fadd781542116 /pkgs/development/mobile/flashtool
parent88078e4379dc84d2faccfbf2eb3bcb64d94f79f9 (diff)
flashtool: add a license tag
Diffstat (limited to 'pkgs/development/mobile/flashtool')
-rw-r--r--pkgs/development/mobile/flashtool/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/mobile/flashtool/default.nix b/pkgs/development/mobile/flashtool/default.nix
index b193709d90d0..060c1a5bdb9d 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;