ffms: reformat

This commit is contained in:
Weijia Wang 2024-11-26 13:05:38 +01:00
parent 1d5b7f4edc
commit e904075ee6

View File

@ -1,10 +1,11 @@
{ lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, pkg-config
, ffmpeg
, zlib
{
lib,
stdenv,
fetchFromGitHub,
autoreconfHook,
pkg-config,
ffmpeg,
zlib,
}:
stdenv.mkDerivation rec {