mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: global: Update to 6.6.8.
* gnu/packages/code.scm (global): Update to 6.6.8. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
64c0bc0252
commit
0c408f8b3e
1 changed files with 3 additions and 4 deletions
|
@ -130,14 +130,14 @@ highlighting your own code that seemed comprehensible when you wrote it.")
|
||||||
(define-public global ; a global variable
|
(define-public global ; a global variable
|
||||||
(package
|
(package
|
||||||
(name "global")
|
(name "global")
|
||||||
(version "6.6.7")
|
(version "6.6.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/global/global-"
|
(uri (string-append "mirror://gnu/global/global-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g4aslm2zajq605py11s4rs1wdnzcqhkh7bc2xl5az42adzzg839"))))
|
"1kaphc3gml89p8dpdgh2is8hj46wj05689kxj0bmh5q759rxk4vg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash-minimal) ; for wrap-program
|
`(("bash" ,bash-minimal) ; for wrap-program
|
||||||
|
@ -199,8 +199,7 @@ highlighting your own code that seemed comprehensible when you wrote it.")
|
||||||
(rename-file (string-append data "/gtags.vim")
|
(rename-file (string-append data "/gtags.vim")
|
||||||
(string-append vim "/gtags.vim"))
|
(string-append vim "/gtags.vim"))
|
||||||
(rename-file (string-append data "/gtags-cscope.vim")
|
(rename-file (string-append data "/gtags-cscope.vim")
|
||||||
(string-append vim "/gtags-cscope.vim"))
|
(string-append vim "/gtags-cscope.vim"))))))))
|
||||||
#t))))))
|
|
||||||
(home-page "https://www.gnu.org/software/global/")
|
(home-page "https://www.gnu.org/software/global/")
|
||||||
(synopsis "Cross-environment source code tag system")
|
(synopsis "Cross-environment source code tag system")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue