mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: libshout-idjc: Propagate inputs.
* gnu/packages/audio.scm (libshout-idjc)[inputs]: Move libogg, libtheora, libvorbis and speex to 'propagated-inputs'. Change-Id: Ib2ae3a3d619660a83c49c3d7ff76399675565064
This commit is contained in:
parent
1261974236
commit
ac50527e3c
1 changed files with 4 additions and 1 deletions
|
|
@ -3852,7 +3852,10 @@ using Guix System.")
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list libogg libshout libtheora libvorbis speex))
|
||||
(list libshout))
|
||||
(propagated-inputs
|
||||
;; In Requires.private of shout-idjc.pc.
|
||||
(list libogg libtheora libvorbis speex))
|
||||
(home-page "https://idjc.sourceforge.io/")
|
||||
(synopsis "Broadcast streaming library with IDJC extensions")
|
||||
(description "This package provides libshout plus IDJC extensions.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue