summary refs log tree commit diff
path: root/pkgs/tools/misc
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
parent62758038082ae709acd4bfd4cb988f09f8ce04ac (diff)
downloadnixlib-471e5bcf41dacd6d4876b049ed4a62199f015d8d.tar
nixlib-471e5bcf41dacd6d4876b049ed4a62199f015d8d.tar.gz
nixlib-471e5bcf41dacd6d4876b049ed4a62199f015d8d.tar.bz2
nixlib-471e5bcf41dacd6d4876b049ed4a62199f015d8d.tar.lz
nixlib-471e5bcf41dacd6d4876b049ed4a62199f015d8d.tar.xz
nixlib-471e5bcf41dacd6d4876b049ed4a62199f015d8d.tar.zst
nixlib-471e5bcf41dacd6d4876b049ed4a62199f015d8d.zip
rkflashtool: install more files
rkcrc is quite needed, for example, to prepare files to flash.
Diffstat (limited to 'pkgs/tools/misc')
-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 895455df61cd..c985183c1c00 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 = {