guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: man-pages: Update to 5.12.


From: guix-commits
Subject: 04/11: gnu: man-pages: Update to 5.12.
Date: Tue, 29 Jun 2021 00:45:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1ef68130a3f99b5695a5a6f7b369560a1d61df66
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 29 03:09:53 2021 +0200

    gnu: man-pages: Update to 5.12.
    
    * gnu/packages/man.scm (man-pages): Update to 5.12.
    [arguments]: Follow switch to standard ‘mandir’ over ‘MANDIR’.  \o/
---
 gnu/packages/man.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 8911463..caaa6da 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -269,7 +269,7 @@ PostScript, and PDF.  Additional tools include the 
@command{man} viewer, and
 (define-public man-pages
   (package
     (name "man-pages")
-    (version "5.11")
+    (version "5.12")
     (source
      (origin
        (method url-fetch)
@@ -279,7 +279,7 @@ PostScript, and PDF.  Additional tools include the 
@command{man} viewer, and
               (string-append 
"mirror://kernel.org/linux/docs/man-pages/Archive/"
                              "man-pages-" version ".tar.xz")))
        (sha256
-        (base32 "1aiwn6yi19idg4jbf7x4x5i06macjv7r8d5fgp1rwnc4a775vniy"))))
+        (base32 "07ip4f70nyxn24wy0fin6klq1hm1cjjvzr9zh5baqzssl1hckxbs"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases (delete 'configure))
@@ -290,7 +290,7 @@ PostScript, and PDF.  Additional tools include the 
@command{man} viewer, and
        #:parallel-build? #f
 
        #:tests? #f
-       #:make-flags (list (string-append "MANDIR="
+       #:make-flags (list (string-append "mandir="
                                          (assoc-ref %outputs "out")
                                          "/share/man"))))
     (home-page "https://www.kernel.org/doc/man-pages/";)



reply via email to

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