about summary refs log tree commit diff
path: root/pkgs/tools/misc/rkflashtool
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2014-05-18 17:24:03 +0200
committerLluís Batlle i Rossell <viric@viric.name>2014-05-18 18:25:45 +0200
commit471e5bcf41dacd6d4876b049ed4a62199f015d8d (patch)
treeeab553fb6386387e5c4f7dfbe24700d6a598a5eb /pkgs/tools/misc/rkflashtool
parent62758038082ae709acd4bfd4cb988f09f8ce04ac (diff)
rkflashtool: install more files
rkcrc is quite needed, for example, to prepare files to flash.
Diffstat (limited to 'pkgs/tools/misc/rkflashtool')
-rw-r--r--pkgs/tools/misc/rkflashtool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/rkflashtool/default.nix b/pkgs/tools/misc/rkflashtool/default.nix
index 895455df61cd6..c985183c1c00e 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 = {