Unverified Commit d5256920 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

rkboot: set pname and version (#486750)

parents 193d541c 85f22ce5
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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/'