rkboot: set pname and version

This commit is contained in:
Sigmanificient
2026-02-04 00:26:26 +01:00
parent 773609f5a1
commit 85f22ce55f
+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/'