mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
parent
dd887f6a84
commit
73b21d6ad8
1 changed files with 3 additions and 5 deletions
|
@ -62,7 +62,6 @@ (define-module (gnu packages shells)
|
|||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages curl)
|
||||
#:use-module (gnu packages documentation)
|
||||
#:use-module (gnu packages gcc)
|
||||
#:use-module (gnu packages groff)
|
||||
#:use-module (gnu packages guile)
|
||||
#:use-module (gnu packages libbsd)
|
||||
|
@ -500,7 +499,8 @@ (define-public zsh
|
|||
(patches (search-patches "zsh-egrep-failing-test.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(#:configure-flags
|
||||
`("--with-tcsetpgrp"
|
||||
`("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"
|
||||
"--with-tcsetpgrp"
|
||||
"--enable-pcre"
|
||||
"--enable-maildir-support"
|
||||
;; share/zsh/site-functions isn't populated
|
||||
|
@ -543,9 +543,7 @@ (define-public zsh
|
|||
(lambda _ (invoke "make" "info")))
|
||||
(add-after 'build 'install-info
|
||||
(lambda _ (invoke "make" "install.info"))))))
|
||||
(native-inputs (list autoconf
|
||||
gcc-13 ;Using gcc-14, A01grammar.ztst hangs
|
||||
texinfo))
|
||||
(native-inputs (list autoconf texinfo))
|
||||
(inputs (list ncurses pcre perl))
|
||||
(synopsis "Powerful shell for interactive use and scripting")
|
||||
(description "The Z shell (zsh) is a Unix shell that can be used
|
||||
|
|
Loading…
Reference in a new issue