mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
amberol: format with nixfmt-rfc-style
This commit is contained in:
parent
b9c9235842
commit
6072d74fb1
@ -1,22 +1,23 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitLab
|
||||
, rustPlatform
|
||||
, cargo
|
||||
, desktop-file-utils
|
||||
, appstream-glib
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, reuse
|
||||
, rustc
|
||||
, m4
|
||||
, wrapGAppsHook4
|
||||
, glib
|
||||
, gtk4
|
||||
, gst_all_1
|
||||
, libadwaita
|
||||
, dbus
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
rustPlatform,
|
||||
cargo,
|
||||
desktop-file-utils,
|
||||
appstream-glib,
|
||||
meson,
|
||||
ninja,
|
||||
pkg-config,
|
||||
reuse,
|
||||
rustc,
|
||||
m4,
|
||||
wrapGAppsHook4,
|
||||
glib,
|
||||
gtk4,
|
||||
gst_all_1,
|
||||
libadwaita,
|
||||
dbus,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user