rkboot: set pname and version
This commit is contained in:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user