treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
buildInputs = [ perlPackages.perl makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ perlPackages.perl ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/sslmate --prefix PERL5LIB : \
|
||||
|
||||
Reference in New Issue
Block a user