From 947748764539c0e8421b12c458db13fb3a38033b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 26 Aug 2019 04:52:56 +0200 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 79d6f5def4..292c9afc1f 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 -- cgit v1.2.3