gnu: zsh-autosuggestions: Remove ruby-byebug dependency.
ruby-byebug is for Ruby 2, so it's good to move away from using it. * gnu/packages/shellutils.scm (zsh-autosuggestions)[native-inputs]: Remove ruby-byebug. [arguments]: Update style.
parent
af583ce504
commit
7ee445d5a1
|
@ -188,15 +188,15 @@ in Zsh intelligently.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby
|
(list ruby
|
||||||
ruby-byebug
|
|
||||||
ruby-pry
|
ruby-pry
|
||||||
ruby-rspec
|
ruby-rspec
|
||||||
ruby-rspec-wait
|
ruby-rspec-wait
|
||||||
tmux
|
tmux
|
||||||
zsh))
|
zsh))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-tests
|
(add-after 'unpack 'patch-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Failing tests since tmux-3.2a
|
;; Failing tests since tmux-3.2a
|
||||||
|
@ -213,8 +213,7 @@ in Zsh intelligently.")
|
||||||
(zsh-plugins
|
(zsh-plugins
|
||||||
(string-append out "/share/zsh/plugins/zsh-autosuggestions")))
|
(string-append out "/share/zsh/plugins/zsh-autosuggestions")))
|
||||||
(invoke "make" "all")
|
(invoke "make" "all")
|
||||||
(install-file "zsh-autosuggestions.zsh" zsh-plugins)
|
(install-file "zsh-autosuggestions.zsh" zsh-plugins)))))))
|
||||||
#t))))))
|
|
||||||
(home-page "https://github.com/zsh-users/zsh-autosuggestions")
|
(home-page "https://github.com/zsh-users/zsh-autosuggestions")
|
||||||
(synopsis "Fish-like autosuggestions for zsh")
|
(synopsis "Fish-like autosuggestions for zsh")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue