diff options
| -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: | |||
| 3052 | (file-name (git-file-name name version)))) | 3052 | (file-name (git-file-name name version)))) |
| 3053 | (build-system meson-build-system) | 3053 | (build-system meson-build-system) |
| 3054 | (inputs | 3054 | (inputs |
| 3055 | (list mpv libdisplay-info)) | 3055 | (list mesa mpv wayland wayland-protocols)) |
| 3056 | (native-inputs | 3056 | (native-inputs |
| 3057 | (list pkg-config cmake-minimal)) | 3057 | (list pkg-config cmake-minimal)) |
| 3058 | (home-page "https://github.com/GhostNaN/mpvpaper") | 3058 | (home-page "https://github.com/GhostNaN/mpvpaper") |
