gnu: snd: Set correct --with-doc-dir.
* gnu/packages/audio.scm (snd)[arguments]: Match #:configure-flags to phases.
This commit is contained in:
parent
cb6add546c
commit
9477487645
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue