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