Unverified Commit 96c8a4f1 authored by Sebastian Sellmeier's avatar Sebastian Sellmeier
Browse files

protonvpn-gui_legacy: nixfmt (rfc-style)

parent 27c4af82
Loading
Loading
Loading
Loading
+21 −19
Original line number Diff line number Diff line
{ lib
, buildPythonApplication
, fetchFromGitHub
, setuptools
, wrapGAppsHook3
, gdk-pixbuf
, glib-networking
, gobject-introspection
, imagemagick
, librsvg
, pango
, python3
, webkitgtk
{
  lib,
  buildPythonApplication,
  fetchFromGitHub,
  setuptools,
  wrapGAppsHook3,
  gdk-pixbuf,
  glib-networking,
  gobject-introspection,
  imagemagick,
  librsvg,
  pango,
  python3,
  webkitgtk,
  # Python libs
, protonvpn-nm-lib
, psutil
  protonvpn-nm-lib,
  psutil,
  # Optionals
, withIndicator ? true
, libappindicator-gtk3 }:
  withIndicator ? true,
  libappindicator-gtk3,
}:

buildPythonApplication rec {
  pname = "protonvpn-gui";