diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-11-17 12:44:02 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-01-13 10:52:41 +0200 |
| commit | 0d68636546fd22a48b92fcafb8ea538cab595853 (patch) | |
| tree | 9f665bf7f45c414198b4b44a15e0731c5e3609cd /gnu | |
| parent | 5fad5fb614bf4c1ba29e00e5ba4da388a58c2d0f (diff) | |
gnu: mpvpaper: Update inputs.
* gnu/packages/video.scm (mpvpaper)[inputs]: Remove libdisplay-info.
Add mesa, wayland, wayland-protocols.
Change-Id: Ib9ede355a41939bdf2afe870e2b39ec3ab3f03bf
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ba0ba69a043..5eb6abf8fa7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3052,7 +3052,7 @@ To load this plugin, specify the following option when starting mpv: (file-name (git-file-name name version)))) (build-system meson-build-system) (inputs - (list mpv libdisplay-info)) + (list mesa mpv wayland wayland-protocols)) (native-inputs (list pkg-config cmake-minimal)) (home-page "https://github.com/GhostNaN/mpvpaper") |
