mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
easyeffects: format with nixfmt
This commit is contained in:
parent
3cab8d91e2
commit
d0167dee2b
@ -1,42 +1,43 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, appstream-glib
|
||||
, desktop-file-utils
|
||||
, deepfilternet
|
||||
, fetchFromGitHub
|
||||
, calf
|
||||
, fftw
|
||||
, fftwFloat
|
||||
, fmt_9
|
||||
, glib
|
||||
, gsl
|
||||
, gtk4
|
||||
, itstool
|
||||
, ladspaH
|
||||
, libadwaita
|
||||
, libbs2b
|
||||
, libebur128
|
||||
, libportal-gtk4
|
||||
, libsamplerate
|
||||
, libsigcxx30
|
||||
, libsndfile
|
||||
, lilv
|
||||
, lsp-plugins
|
||||
, lv2
|
||||
, mda_lv2
|
||||
, meson
|
||||
, ninja
|
||||
, nlohmann_json
|
||||
, pipewire
|
||||
, pkg-config
|
||||
, rnnoise
|
||||
, rubberband
|
||||
, speexdsp
|
||||
, soundtouch
|
||||
, tbb
|
||||
, wrapGAppsHook4
|
||||
, zam-plugins
|
||||
, zita-convolver
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
appstream-glib,
|
||||
desktop-file-utils,
|
||||
deepfilternet,
|
||||
fetchFromGitHub,
|
||||
calf,
|
||||
fftw,
|
||||
fftwFloat,
|
||||
fmt_9,
|
||||
glib,
|
||||
gsl,
|
||||
gtk4,
|
||||
itstool,
|
||||
ladspaH,
|
||||
libadwaita,
|
||||
libbs2b,
|
||||
libebur128,
|
||||
libportal-gtk4,
|
||||
libsamplerate,
|
||||
libsigcxx30,
|
||||
libsndfile,
|
||||
lilv,
|
||||
lsp-plugins,
|
||||
lv2,
|
||||
mda_lv2,
|
||||
meson,
|
||||
ninja,
|
||||
nlohmann_json,
|
||||
pipewire,
|
||||
pkg-config,
|
||||
rnnoise,
|
||||
rubberband,
|
||||
speexdsp,
|
||||
soundtouch,
|
||||
tbb,
|
||||
wrapGAppsHook4,
|
||||
zam-plugins,
|
||||
zita-convolver,
|
||||
}:
|
||||
let
|
||||
# Fix crashes with speexdsp effects
|
||||
|
Loading…
Reference in New Issue
Block a user