gnu: unibilium: Update to 2.0.0.
* gnu/packages/terminal.scm (unibilium): Update to 2.0.0. [native-inputs]: Add perl.
This commit is contained in:
parent
abe6e670d3
commit
2702aa9136
|
@ -410,7 +410,7 @@ has no notion of what's interesing, but it's very good at that notifying part.")
|
||||||
(define-public unibilium
|
(define-public unibilium
|
||||||
(package
|
(package
|
||||||
(name "unibilium")
|
(name "unibilium")
|
||||||
(version "1.2.1")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -420,7 +420,7 @@ has no notion of what's interesing, but it's very good at that notifying part.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11mbfijdrvbmdlmxs8j4vij78ki0vna89yg3r9n9g1i6j45hiq2r"))))
|
"1wa9a32wzqnxqh1jh554afj13dzjr6mw2wzqzw8d08nza9pg2ra2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
@ -433,7 +433,8 @@ has no notion of what's interesing, but it's very good at that notifying part.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("libtool" ,libtool)))
|
`(("libtool" ,libtool)
|
||||||
|
("perl" ,perl)))
|
||||||
(home-page "https://github.com/mauke/unibilium")
|
(home-page "https://github.com/mauke/unibilium")
|
||||||
(synopsis "Terminfo parsing library")
|
(synopsis "Terminfo parsing library")
|
||||||
(description "Unibilium is a basic C terminfo library. It doesn't depend
|
(description "Unibilium is a basic C terminfo library. It doesn't depend
|
||||||
|
|
Loading…
Reference in New Issue