gnu: vlc: Add libmicrodns to inputs.
* gnu/packages/video.scm (vlc)[inputs]: Add libmicrodns.master
parent
498911d315
commit
78d112c2ff
|
@ -83,6 +83,7 @@
|
|||
#:use-module (gnu packages curl)
|
||||
#:use-module (gnu packages databases)
|
||||
#:use-module (gnu packages dejagnu)
|
||||
#:use-module (gnu packages dns)
|
||||
#:use-module (gnu packages docbook)
|
||||
#:use-module (gnu packages documentation)
|
||||
#:use-module (gnu packages elf)
|
||||
|
@ -945,6 +946,7 @@ videoformats depend on the configuration flags of ffmpeg.")
|
|||
("libkate" ,libkate)
|
||||
("libmad" ,libmad)
|
||||
("libmatroska" ,libmatroska)
|
||||
("libmicrodns" ,libmicrodns)
|
||||
("libmodplug" ,libmodplug)
|
||||
("libmpeg2" ,libmpeg2)
|
||||
("libogg" ,libogg)
|
||||
|
|
Reference in New Issue