mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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:
parent
fe82006317
commit
77d0617d12
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue