guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: snd: Set correct --with-doc-dir.


From: guix-commits
Subject: 08/11: gnu: snd: Set correct --with-doc-dir.
Date: Sun, 25 Aug 2019 23:05:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 947748764539c0e8421b12c458db13fb3a38033b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 26 04:52:56 2019 +0200

    gnu: snd: Set correct --with-doc-dir.
    
    * gnu/packages/audio.scm (snd)[arguments]: Match #:configure-flags to
    phases.
---
 gnu/packages/audio.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 79d6f5d..292c9af 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3396,7 +3396,8 @@ on the ALSA software PCM plugin.")
        #:out-of-source? #f              ; for the 'install-doc' phase
        #:configure-flags
        (let* ((out (assoc-ref %outputs "out"))
-              (docdir (string-append out "/share/doc/snd")))
+              (docdir (string-append out "/share/doc/"
+                                     ,name "-" ,version)))
          (list "--with-alsa" "--with-jack" "--with-gmp"
                (string-append "--with-doc-dir=" docdir)))
        #:phases



reply via email to

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