pavucontrol-qt: format with nixfmt

This commit is contained in:
eljamm 2024-08-12 15:35:25 +01:00
parent ad91a23e66
commit 7408c9f9e6
No known key found for this signature in database
GPG Key ID: 7630FDF7C8FB1F3F

View File

@ -1,15 +1,16 @@
{ lib
, stdenv
, fetchFromGitHub
, cmake
, libpulseaudio
, lxqt-build-tools
, pkg-config
, qtbase
, qttools
, qtwayland
, wrapQtAppsHook
, gitUpdater
{
lib,
stdenv,
fetchFromGitHub,
cmake,
libpulseaudio,
lxqt-build-tools,
pkg-config,
qtbase,
qttools,
qtwayland,
wrapQtAppsHook,
gitUpdater,
}:
stdenv.mkDerivation rec {