efraim pushed a commit to branch master
in repository guix.

commit 0d1baed223be7d2457d66b14c674b85d1aeec545
Author: Efraim Flashner <[email protected]>
Date:   Thu Dec 22 00:19:29 2016 +0200

    gnu: abcde: Add flac support.
    
    * gnu/packages/cdrom.scm (abcde)[inputs]: Add flac.
    [arguments]: Wrap the bunary with flac's bin dir also.
---
 gnu/packages/cdrom.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 829156a..7e2ac44 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -328,12 +328,14 @@ from an audio CD.")
                    (parano (assoc-ref inputs "cdparanoia"))
                    (which  (assoc-ref inputs "which"))
                    (discid (assoc-ref inputs "cd-discid"))
+                   (flac   (assoc-ref inputs "flac"))
                    (out    (assoc-ref outputs "out")))
                (define (wrap file)
                  (wrap-program file
                                `("PATH" ":" prefix
                                  (,(string-append out "/bin:"
                                                   wget "/bin:"
+                                                  flac "/bin:"
                                                   which "/bin:"
                                                   vorbis "/bin:"
                                                   discid "/bin:"
@@ -349,6 +351,7 @@ from an audio CD.")
               ("cdparanoia" ,cdparanoia)
               ("cd-discid" ,cd-discid)
               ("vorbis-tools" ,vorbis-tools)
+              ("flac" ,flac)
 
               ;; A couple of Python and Perl scripts are included.
               ("python" ,python)

Reply via email to