Loading pkgs/applications/networking/mullvad/openvpn.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/applications/networking/mullvad/openvpn.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading