mullvad-vpn: format with nixpkgs-fmt

This commit is contained in:
Dixon Sean Low Yan Feng 2023-02-20 19:50:07 +08:00
parent ec36d70127
commit 9dcb0f7112
No known key found for this signature in database
GPG key ID: A9F388161E9B90C7

View file

@ -1,11 +1,36 @@
{ stdenv, lib, fetchurl, dpkg
, alsa-lib, atk, cairo, cups, dbus, expat, fontconfig, freetype
, gdk-pixbuf, glib, pango, nspr, nss, gtk3, mesa
, libGL, wayland, xorg, autoPatchelfHook, systemd, libnotify, libappindicator
, makeWrapper, coreutils, gnugrep
{ stdenv
, lib
, fetchurl
, dpkg
, alsa-lib
, atk
, cairo
, cups
, dbus
, expat
, fontconfig
, freetype
, gdk-pixbuf
, glib
, pango
, nspr
, nss
, gtk3
, mesa
, libGL
, wayland
, xorg
, autoPatchelfHook
, systemd
, libnotify
, libappindicator
, makeWrapper
, coreutils
, gnugrep
}:
let deps = [
let
deps = [
alsa-lib
atk
cairo