treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
"agent/cli-main"
|
||||
];
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = version;
|
||||
|
||||
Reference in New Issue
Block a user