guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: flac: Propagate libogg.


From: ???
Subject: 01/02: gnu: flac: Propagate libogg.
Date: Wed, 04 Mar 2015 05:21:43 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit d529b91b4e3db41fb5bdc2a25a697be00193c01e
Author: 宋文武 <address@hidden>
Date:   Wed Mar 4 13:06:32 2015 +0800

    gnu: flac: Propagate libogg.
    
    * gnu/packages/xiph.scm (flac): Move libogg to 'propagated-inputs'.
---
 gnu/packages/xiph.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 80081d6..e4f6f0a 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -204,7 +204,7 @@ OpenBSD's sndio.")
    (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,



reply via email to

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