gnu: snd: Set correct --with-doc-dir.

* gnu/packages/audio.scm (snd)[arguments]: Match #:configure-flags to
phases.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-26 04:52:56 +02:00
parent cb6add546c
commit 9477487645
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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