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:
Andreas Enge 2013-10-02 13:34:03 +02:00
parent d9c1a22b12
commit bad312e37d

View file

@ -67,7 +67,7 @@ (define-public libvorbis
(base32 (base32
"1gby6hapz9njx4l9g0pndyk4q83z5fgrgc30mfwfgx7bllspsk43")))) "1gby6hapz9njx4l9g0pndyk4q83z5fgrgc30mfwfgx7bllspsk43"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("libogg" ,libogg))) (propagated-inputs `(("libogg" ,libogg)))
(arguments `(#:configure-flags '("LDFLAGS=-lm"))) (arguments `(#:configure-flags '("LDFLAGS=-lm")))
(synopsis "libvorbis, a library implementing the vorbis audio format") (synopsis "libvorbis, a library implementing the vorbis audio format")
(description (description