flashtool: add a license tag

This commit is contained in:
Peter Simons 2014-02-28 12:13:37 +01:00
parent 88078e4379
commit 893fc5e2f3

View File

@ -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;