adding ffmpeg-full to default.nix

This commit is contained in:
Chris Cochrun 2023-02-08 20:09:06 -06:00
parent 014a38a4f9
commit f1361461e9

View file

@ -31,6 +31,7 @@
# kcoreaddons, # kcoreaddons,
podofo, podofo,
mpv, mpv,
ffmpeg-full,
# Rust tools # Rust tools
clippy, clippy,
rustc, rustc,
@ -80,6 +81,7 @@ stdenv.mkDerivation rec {
kwindowsystem kwindowsystem
podofo podofo
mpv mpv
ffmpeg-full
# libsForQt5.kconfig # libsForQt5.kconfig
# Rust tools # Rust tools
clippy clippy