gnu: celluloid: Add missing mpv input.

MPV now needs libdisplay-info, and Celluloid's configure script checks for its presence.

* gnu/packages/video.scm (celluloid)[native-inputs]: Add libdisplay-info.

Change-Id: I2f72be608ed63f1d354132c8e2a6a3db1af34eae
This commit is contained in:
Ricardo Wurmus 2025-09-01 19:29:10 +02:00
parent fe82006317
commit 77d0617d12
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -847,6 +847,7 @@ old-fashioned output methods with powerful ascii-art renderer.")
(native-inputs
(list
intltool
libdisplay-info
`(,glib "bin") ; for glib-compile-resources
pkg-config
python-wrapper)) ; for generate-authors.py