gnu: mksh: Update to 59c.
* gnu/packages/shells.scm (mksh): Update to 59c. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
07334e83fc
commit
6133217c16
1 changed files with 3 additions and 4 deletions
|
@ -791,14 +791,14 @@ interactive POSIX shell targeted at resource-constrained systems.")
|
||||||
(define-public mksh
|
(define-public mksh
|
||||||
(package
|
(package
|
||||||
(name "mksh")
|
(name "mksh")
|
||||||
(version "58")
|
(version "59c")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R"
|
(uri (string-append "https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R"
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1337zjvzh14yncg9igdry904a3ns52l8rnm1kcq262w7f5xyp2v0"))))
|
(base32 "01n5ggw33bw4jv4d3148wlw9n4aj7vdn3ffnc66c9w9pldjidbkp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests require access to /dev/tty
|
`(#:tests? #f ; tests require access to /dev/tty
|
||||||
|
@ -817,8 +817,7 @@ interactive POSIX shell targeted at resource-constrained systems.")
|
||||||
(install-file "mksh" bin)
|
(install-file "mksh" bin)
|
||||||
(with-directory-excursion bin
|
(with-directory-excursion bin
|
||||||
(symlink "mksh" "ksh"))
|
(symlink "mksh" "ksh"))
|
||||||
(install-file "mksh.1" man)
|
(install-file "mksh.1" man)))))))
|
||||||
#t))))))
|
|
||||||
(home-page "https://www.mirbsd.org/mksh.htm")
|
(home-page "https://www.mirbsd.org/mksh.htm")
|
||||||
(synopsis "Korn Shell from MirBSD")
|
(synopsis "Korn Shell from MirBSD")
|
||||||
(description "mksh is an actively developed free implementation of the
|
(description "mksh is an actively developed free implementation of the
|
||||||
|
|
Reference in a new issue