mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 08:35:58 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user