rkboot: set pname and version (#486750)

This commit is contained in:
Jo
2026-02-05 21:13:40 +00:00
committed by GitHub
+2 -3
View File
@@ -6,9 +6,8 @@
}:
stdenv.mkDerivation {
name = "rkboot";
src = rkbin.src;
pname = "rkboot";
inherit (rkbin) src version;
postPatch = ''
substituteInPlace RKBOOT/*.ini --replace 'PATH=' 'PATH=rkboot/'