[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
- branch master updated (e79b78f -> a707484), guix-commits, 2019/08/25
- 07/11: gnu: snd: Update to 19.6., guix-commits, 2019/08/25
- 04/11: gnu: mupen64plus-video-rice: Use HTTPS home page., guix-commits, 2019/08/25
- 03/11: gnu: mupen64plus-video-glide64mk2: Use HTTPS home page., guix-commits, 2019/08/25
- 06/11: gnu: rmlint: Update to 2.9.0., guix-commits, 2019/08/25
- 09/11: gnu: snd: Don't install the licence twice., guix-commits, 2019/08/25
- 05/11: gnu: mupen64plus-video-z64: Use HTTPS home page., guix-commits, 2019/08/25
- 01/11: gnu: mupen64plus-video-arachnoid: Use HTTPS home page., guix-commits, 2019/08/25
- 08/11: gnu: snd: Set correct --with-doc-dir.,
guix-commits <=
- 10/11: gnu: python-cvxopt: Update to 1.2.3., guix-commits, 2019/08/25
- 11/11: gnu: perl-namespace-autoclean: Update to 0.29., guix-commits, 2019/08/25
- 02/11: gnu: mupen64plus-video-glide64: Use HTTPS home page., guix-commits, 2019/08/25