guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ncmpc: Fix manual install.


From: guix-commits
Subject: 01/01: gnu: ncmpc: Fix manual install.
Date: Mon, 7 Oct 2019 20:57:49 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit edaa6167369b60dc4668e4369ebef2c6adced06e
Author: Eric Bavier <address@hidden>
Date:   Mon Oct 7 19:48:31 2019 -0500

    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.
---
 gnu/packages/mpd.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index fafb61c..89979db 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>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]