From 4c2d1184fae99797476c3ad7847d83510ad05cd3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 28 Feb 2014 16:14:11 +0100 Subject: flashtool: Fix evaluation --- pkgs/development/mobile/flashtool/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/mobile/flashtool/default.nix b/pkgs/development/mobile/flashtool/default.nix index 060c1a5bdb9d..92b8c9a18456 100644 --- a/pkgs/development/mobile/flashtool/default.nix +++ b/pkgs/development/mobile/flashtool/default.nix @@ -56,8 +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; - + license = stdenv.lib.licenses.unfreeRedistributableFirmware; platforms = stdenv.lib.platforms.linux; hydraPlatforms = stdenv.lib.platforms.none; maintainers = [ stdenv.lib.maintainers.simons ]; -- cgit 1.4.1