guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33098] [PATCH 2/4] gnu: opusfile: Propagate dependencies required i


From: Leo Famulari
Subject: [bug#33098] [PATCH 2/4] gnu: opusfile: Propagate dependencies required in pkg-config.
Date: Fri, 19 Oct 2018 17:11:54 -0400

* gnu/packages/xiph.scm (opusfile)[inputs]: Move libogg and openssl to
propagated-inputs.
---
 gnu/packages/xiph.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index dc4f9f14d..0a0e615a0 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -397,13 +397,13 @@ decoding .opus files.")
                (base32
                 "1gq3aszzl5glgbajw5p1f5a1kdyf23w5vjdmwwrk246syin9pkkl"))))
     (build-system gnu-build-system)
+    ;; Required by opusfile.pc and opusurl.pc.
     (propagated-inputs
-     `(("opus" ,opus)))
+     `(("libogg" ,libogg)
+       ("openssl" ,openssl)
+       ("opus" ,opus)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (inputs
-     `(("libogg" ,libogg)
-       ("openssl" ,openssl)))
     (synopsis "Versatile audio codec")
     (description
      "The opusfile library provides seeking, decode, and playback of Opus
-- 
2.19.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]