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