gnu: ncmpc: Fix manual install.
The default manual installation directory was fixed upstream in version 0.34. * gnu/packages/mpd.scm (ncmpc)[arguments]: Remove #:configure-flags.
This commit is contained in:
parent
4cced9895e
commit
edaa616736
|
@ -207,12 +207,7 @@ player daemon.")
|
||||||
"0hfjvm1p0z7x6gfn5xhl5c0jsmidvz0qfl04pq45x4chh9iiwkxx"))))
|
"0hfjvm1p0z7x6gfn5xhl5c0jsmidvz0qfl04pq45x4chh9iiwkxx"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:phases
|
||||||
;; Otherwise, they are installed incorrectly, in
|
|
||||||
;; '$out/share/man/man/man1'.
|
|
||||||
(list (string-append "-Dmandir=" (assoc-ref %outputs "out")
|
|
||||||
"/share"))
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'expand-C++-include-path
|
(add-before 'configure 'expand-C++-include-path
|
||||||
;; Make <gcc>/include/c++/ext/string_conversions.h find <stdlib.h>.
|
;; Make <gcc>/include/c++/ext/string_conversions.h find <stdlib.h>.
|
||||||
|
|
Loading…
Reference in New Issue