Install more rkflashtools.

This commit is contained in:
Lluís Batlle i Rossell 2015-01-23 20:15:09 +01:00
parent 4a0fa82731
commit 56e0562cdb

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp rkunpack rkcrc rkflashtool $out/bin cp rkunpack rkcrc rkflashtool rkparameters rkparametersblock rkunsign rkmisc $out/bin
''; '';
meta = { meta = {