mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: tig: Update to 2.5.1.
* gnu/packages/version-control.scm (tig): Update to 2.5.1. [arguments]: #:test-target is correct even if all #:tests? can't run.
This commit is contained in:
parent
9a71213e33
commit
b10bf8e31f
1 changed files with 4 additions and 4 deletions
|
@ -1934,7 +1934,7 @@ (define-public reposurgeon
|
||||||
(define-public tig
|
(define-public tig
|
||||||
(package
|
(package
|
||||||
(name "tig")
|
(name "tig")
|
||||||
(version "2.5.0")
|
(version "2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1942,7 +1942,7 @@ (define-public tig
|
||||||
version "/tig-" version ".tar.gz"))
|
version "/tig-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x5famvvs93ih7sr11x7m33dksb1k7zs1s3c4zkyf0cjmxkpqlzz"))))
|
"0r4y9hyvpkplaxrzslws3asz652d83qh3bjwvmp8assga8s5s3ah"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("asciidoc" ,asciidoc)
|
`(("asciidoc" ,asciidoc)
|
||||||
|
@ -1956,8 +1956,8 @@ (define-public tig
|
||||||
(add-after 'install 'install-doc
|
(add-after 'install 'install-doc
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "make" "install-doc"))))
|
(invoke "make" "install-doc"))))
|
||||||
|
#:test-target "test"
|
||||||
#:tests? #f)) ; tests require access to /dev/tty
|
#:tests? #f)) ; tests require access to /dev/tty
|
||||||
;; #:test-target "test"))
|
|
||||||
(home-page "https://jonas.github.io/tig/")
|
(home-page "https://jonas.github.io/tig/")
|
||||||
(synopsis "Ncurses-based text user interface for Git")
|
(synopsis "Ncurses-based text user interface for Git")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue