mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
spot: format with nixfmt
This commit is contained in:
parent
7828cfd939
commit
dcd96f4602
@ -1,25 +1,26 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
, meson
|
||||
, ninja
|
||||
, gettext
|
||||
, desktop-file-utils
|
||||
, cargo
|
||||
, rustPlatform
|
||||
, rustc
|
||||
, pkg-config
|
||||
, glib
|
||||
, libadwaita
|
||||
, libhandy
|
||||
, gtk4
|
||||
, openssl
|
||||
, alsa-lib
|
||||
, libpulseaudio
|
||||
, wrapGAppsHook4
|
||||
, blueprint-compiler
|
||||
, gst_all_1
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
meson,
|
||||
ninja,
|
||||
gettext,
|
||||
desktop-file-utils,
|
||||
cargo,
|
||||
rustPlatform,
|
||||
rustc,
|
||||
pkg-config,
|
||||
glib,
|
||||
libadwaita,
|
||||
libhandy,
|
||||
gtk4,
|
||||
openssl,
|
||||
alsa-lib,
|
||||
libpulseaudio,
|
||||
wrapGAppsHook4,
|
||||
blueprint-compiler,
|
||||
gst_all_1,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user