Commit f362d21d authored by TarCV's avatar TarCV Committed by Cole Helbling
Browse files

mullvad.openvpn-mullvad: Move hooks to nativeBuildInputs

parent b2ccb3e0
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -22,8 +22,11 @@ openvpn.overrideAttrs (oldAttrs:
      sha256 = "sha256-6+yTMmPJhQ72984SXi8iIUvmCxy7jM/xiJJkP+CDro8=";
    };

    buildInputs = oldAttrs.buildInputs or [ ] ++ [
    nativeBuildInputs = oldAttrs.nativeBuildInputs or [ ] ++ [
      autoreconfHook
    ];

    buildInputs = oldAttrs.buildInputs or [ ] ++ [
       iproute2
    ];