1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 10:15:56 +02:00

gnu: ncurses: Upgrade to 6.0.

* gnu/packages/ncurses.scm (ncurses): Upgrade to 6.0.  Change library names to
  '.so.6'.
This commit is contained in:
Ludovic Courtès
2015-08-19 22:52:09 +02:00
parent f02c902cbe
commit 7b06688048
+4 -4
View File
@@ -56,9 +56,9 @@
(define lib.a
(string-append "lib" lib ".a"))
(define libw.so.x
(string-append "lib" lib "w.so.5"))
(string-append "lib" lib "w.so.6"))
(define lib.so.x
(string-append "lib" lib ".so.5"))
(string-append "lib" lib ".so.6"))
(define lib.so
(string-append "lib" lib ".so"))
@@ -73,14 +73,14 @@
'("curses" "ncurses" "form" "panel" "menu")))))))
(package
(name "ncurses")
(version "5.9")
(version "6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/ncurses/ncurses-"
version ".tar.gz"))
(sha256
(base32
"0fsn7xis81za62afan0vvm38bvgzg5wfmv1m86flqcj0nj7jjilh"))))
"0q3jck7lna77z5r42f13c4xglc7azd19pxfrjrpgp2yf615w4lgm"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags