treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -19,7 +19,8 @@ stdenv.mkDerivation {
|
||||
# `ifconfig' as found in net-tools (not GNU Inetutils).
|
||||
propagatedBuildInputs = [ nettools ];
|
||||
|
||||
buildInputs = [libgcrypt perl makeWrapper openssl ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [libgcrypt perl openssl ];
|
||||
|
||||
preConfigure = ''
|
||||
sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
|
||||
|
||||
Reference in New Issue
Block a user