video-trimmer: format with nixfmt-rfc-style
This commit is contained in:
parent
f270e98590
commit
f6c473d14c
@ -1,19 +1,20 @@
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchFromGitLab
|
||||
, rustPlatform
|
||||
, cargo
|
||||
, pkg-config
|
||||
, meson
|
||||
, rustc
|
||||
, wrapGAppsHook4
|
||||
, desktop-file-utils
|
||||
, blueprint-compiler
|
||||
, ninja
|
||||
, gtk4
|
||||
, libadwaita
|
||||
, gst_all_1
|
||||
, ffmpeg-headless
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitLab,
|
||||
rustPlatform,
|
||||
cargo,
|
||||
pkg-config,
|
||||
meson,
|
||||
rustc,
|
||||
wrapGAppsHook4,
|
||||
desktop-file-utils,
|
||||
blueprint-compiler,
|
||||
ninja,
|
||||
gtk4,
|
||||
libadwaita,
|
||||
gst_all_1,
|
||||
ffmpeg-headless,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user