appvm: makeWrapper to nativeBuildInputs
This commit is contained in:
parent
c5e81898a3
commit
d297dc6e23
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ buildGoModule rec {
|
|||
|
||||
vendorSha256 = "sha256-8eU+Mf5dxL/bAMMShXvj8I1Kdd4ysBTWvgYIXwLStPI=";
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/appvm \
|
||||
|
|
Loading…
Reference in a new issue