mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: libvorbis: Propagate input libogg.
* gnu/packages/oggvorbis.scm (libvorbis): Propagate input libogg, as stipulated by the pkg-config files.
This commit is contained in:
parent
d9c1a22b12
commit
bad312e37d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ (define-public libvorbis
|
|||
(base32
|
||||
"1gby6hapz9njx4l9g0pndyk4q83z5fgrgc30mfwfgx7bllspsk43"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("libogg" ,libogg)))
|
||||
(propagated-inputs `(("libogg" ,libogg)))
|
||||
(arguments `(#:configure-flags '("LDFLAGS=-lm")))
|
||||
(synopsis "libvorbis, a library implementing the vorbis audio format")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue