From 471e5bcf41dacd6d4876b049ed4a62199f015d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 18 May 2014 17:24:03 +0200 Subject: [PATCH] rkflashtool: install more files rkcrc is quite needed, for example, to prepare files to flash. --- pkgs/tools/misc/rkflashtool/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/rkflashtool/default.nix b/pkgs/tools/misc/rkflashtool/default.nix index 895455df61c..c985183c1c0 100644 --- a/pkgs/tools/misc/rkflashtool/default.nix +++ b/pkgs/tools/misc/rkflashtool/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { installPhase = '' ensureDir $out/bin - cp rkflashtool $out/bin + cp rkunpack rkcrc rkflashtool $out/bin ''; meta = {