diff options
author | Eric Bavier <bavier@member.fsf.org> | 2019-10-07 19:48:31 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2019-10-07 19:51:08 -0500 |
commit | edaa6167369b60dc4668e4369ebef2c6adced06e (patch) | |
tree | 55e21e89c7ece43e49dbd21f61ac5a1efd739134 /gnu/packages | |
parent | 4cced9895ed20410880029fda622f18e559d2612 (diff) | |
download | guix-edaa6167369b60dc4668e4369ebef2c6adced06e.tar.gz guix-edaa6167369b60dc4668e4369ebef2c6adced06e.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mpd.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index fafb61c681..89979db15b 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -207,12 +207,7 @@ player daemon.") "0hfjvm1p0z7x6gfn5xhl5c0jsmidvz0qfl04pq45x4chh9iiwkxx")))) (build-system meson-build-system) (arguments - `(#:configure-flags - ;; Otherwise, they are installed incorrectly, in - ;; '$out/share/man/man/man1'. - (list (string-append "-Dmandir=" (assoc-ref %outputs "out") - "/share")) - #:phases + `(#:phases (modify-phases %standard-phases (add-before 'configure 'expand-C++-include-path ;; Make <gcc>/include/c++/ext/string_conversions.h find <stdlib.h>. |