treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -13,7 +13,7 @@ buildPerlPackage {
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
propagatedBuildInputs = [ openssh GitRepository URI XMLMini ];
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user