mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-19 19:28:08 +02:00
nix: add ffmpeg to buildInputs for video background support
This commit is contained in:
parent
8fbe83b3b2
commit
92c701f76b
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
cmake,
|
||||
pkg-config,
|
||||
cairo,
|
||||
ffmpeg,
|
||||
libdrm,
|
||||
libGL,
|
||||
libxkbcommon,
|
||||
|
|
@ -37,6 +38,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [
|
||||
cairo
|
||||
ffmpeg
|
||||
libdrm
|
||||
libGL
|
||||
libxkbcommon
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue