gnome-firmware: format

This commit is contained in:
r-vdp 2024-11-06 15:47:06 +01:00
parent ce7d05fc34
commit 06c1ed782d
No known key found for this signature in database

View File

@ -1,21 +1,22 @@
{ stdenv
, lib
, fetchFromGitLab
, gitUpdater
, appstream-glib
, desktop-file-utils
, fwupd
, gettext
, glib
, gtk4
, libadwaita
, libxmlb
, meson
, ninja
, pkg-config
, systemd
, help2man
, wrapGAppsHook4
{
stdenv,
lib,
fetchFromGitLab,
gitUpdater,
appstream-glib,
desktop-file-utils,
fwupd,
gettext,
glib,
gtk4,
libadwaita,
libxmlb,
meson,
ninja,
pkg-config,
systemd,
help2man,
wrapGAppsHook4,
}:
stdenv.mkDerivation rec {