treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
goPackagePath = "github.com/dop251/diskrsync";
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
preFixup = ''
|
||||
wrapProgram "$out/bin/diskrsync" --argv0 diskrsync --prefix PATH : ${openssh}/bin
|
||||
|
||||
Reference in New Issue
Block a user