mullvad.openvpn-mullvad: Move hooks to nativeBuildInputs

This commit is contained in:
TarCV 2023-07-11 08:17:18 +03:00 committed by Cole Helbling
parent b2ccb3e074
commit f362d21d6f

View File

@ -22,9 +22,12 @@ openvpn.overrideAttrs (oldAttrs:
sha256 = "sha256-6+yTMmPJhQ72984SXi8iIUvmCxy7jM/xiJJkP+CDro8=";
};
buildInputs = oldAttrs.buildInputs or [ ] ++ [
nativeBuildInputs = oldAttrs.nativeBuildInputs or [ ] ++ [
autoreconfHook
iproute2
];
buildInputs = oldAttrs.buildInputs or [ ] ++ [
iproute2
];
configureFlags = oldAttrs.configureFlags or [ ] ++ [