mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: flac: Propagate libogg.
* gnu/packages/xiph.scm (flac): Move libogg to 'propagated-inputs'.
This commit is contained in:
parent
221d45726c
commit
d529b91b4e
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ (define flac
|
|||
(arguments
|
||||
`(#:parallel-tests? #f))
|
||||
;; FIXME: configure also looks for xmms, input could be added once it exists
|
||||
(inputs `(("libogg" ,libogg)))
|
||||
(propagated-inputs `(("libogg" ,libogg))) ; required by flac.pc
|
||||
(synopsis "Free lossless audio codec")
|
||||
(description
|
||||
"FLAC stands for Free Lossless Audio Codec, an audio format that is lossless,
|
||||
|
|
Loading…
Reference in a new issue