pavucontrol: format with nixfmt-rfc-style

This commit is contained in:
DontEatOreo 2024-07-29 16:00:38 +03:00
parent cbc5ae3b20
commit af832f8ceb
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -1,15 +1,16 @@
{ fetchurl
, lib
, stdenv
, pkg-config
, intltool
, libpulseaudio
, gtkmm3
, libsigcxx
, libcanberra-gtk3
, json-glib
, adwaita-icon-theme
, wrapGAppsHook3
{
fetchurl,
lib,
stdenv,
pkg-config,
intltool,
libpulseaudio,
gtkmm3,
libsigcxx,
libcanberra-gtk3,
json-glib,
adwaita-icon-theme,
wrapGAppsHook3,
}:
stdenv.mkDerivation rec {
@ -30,7 +31,11 @@ stdenv.mkDerivation rec {
adwaita-icon-theme
];
nativeBuildInputs = [ pkg-config intltool wrapGAppsHook3 ];
nativeBuildInputs = [
pkg-config
intltool
wrapGAppsHook3
];
configureFlags = [ "--disable-lynx" ];