treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -4,7 +4,7 @@ buildGoModule rec {
|
||||
pname = "out-of-tree";
|
||||
version = "1.4.0";
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
src = fetchgit {
|
||||
rev = "refs/tags/v${version}";
|
||||
|
||||
Reference in New Issue
Block a user