mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
gnome-firmware: format
This commit is contained in:
parent
ce7d05fc34
commit
06c1ed782d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user