rkflashtool: install more files
rkcrc is quite needed, for example, to prepare files to flash.
This commit is contained in:
parent
6275803808
commit
471e5bcf41
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
ensureDir $out/bin
|
ensureDir $out/bin
|
||||||
cp rkflashtool $out/bin
|
cp rkunpack rkcrc rkflashtool $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user