10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-2i8C1XgfI3MXnwXZzY6n8tIcw45G9h3vZqRlFaVoLH0=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
26 cargoHash = "sha256-YXVH7kx5CiurTeXiphjDgcYxxovKtTF3Q9y/XOyVPUA=";
29 description = "MozillaVPN configuration manager giving Linux, macOS users (among others), access to MozillaVPN";
30 homepage = "https://github.com/NilsIrl/MozWire";
31 license = licenses.gpl3;
32 maintainers = with maintainers; [
36 mainProgram = "mozwire";