[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/94: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug depend
From: |
guix-commits |
Subject: |
69/94: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency. |
Date: |
Mon, 3 Jul 2023 06:06:35 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 5fd673a474c589e66999f85a2ac0050e1994cabb
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 11:37:31 2023 +0100
gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency.
* gnu/packages/ruby.scm (ruby-language-server-protocol)[arguments]: Add
'remove-unnecessary-dependencies phase.
[native-inputs]: Remove ruby-pry-byebug.
---
gnu/packages/ruby.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 027598d793..a04fc52674 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -14272,6 +14272,10 @@ for scalable network clients and servers.")
(list
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'remove-unnecessary-dependencies
+ (lambda _
+ (substitute* "Gemfile"
+ (("gem \"pry-byebug\"") ""))))
(replace 'replace-git-ls-files
(lambda _
(substitute* "language_server-protocol.gemspec"
@@ -14284,8 +14288,7 @@ for scalable network clients and servers.")
ruby-benchmark-ips
ruby-m
ruby-minitest
- ruby-minitest-power-assert
- ruby-pry-byebug))
+ ruby-minitest-power-assert))
(synopsis "Language Server Protocol (LSP) development kit for Ruby")
(description "This package provides a Language Server Protocol (LSP)
development kit for Ruby.")
- 47/94: gnu: ruby-kpeg: Update to 1.3.3., (continued)
- 47/94: gnu: ruby-kpeg: Update to 1.3.3., guix-commits, 2023/07/03
- 40/94: gnu: ruby-delayed-job: Fix build., guix-commits, 2023/07/03
- 54/94: gnu: ruby-importmap-rails: Remove ruby-byebug dependency., guix-commits, 2023/07/03
- 56/94: gnu: ruby-maxitest: Update to 5.1.0., guix-commits, 2023/07/03
- 55/94: gnu: ruby-hydra: Fix build., guix-commits, 2023/07/03
- 59/94: gnu: ruby-rb-inotify: Update to 0.10.1., guix-commits, 2023/07/03
- 61/94: gnu: ronn-ng: Fix build., guix-commits, 2023/07/03
- 63/94: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/07/03
- 64/94: gnu: ruby-braintree: Update to 4.12.0., guix-commits, 2023/07/03
- 67/94: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/07/03
- 69/94: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency.,
guix-commits <=
- 71/94: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/07/03
- 73/94: gnu: ruby-net-http-persistent: Update to 4.0.2., guix-commits, 2023/07/03
- 75/94: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/07/03
- 78/94: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/07/03
- 79/94: gnu: ruby-byebug: Fix build., guix-commits, 2023/07/03
- 88/94: gnu: Add ruby-rubocop-packaging., guix-commits, 2023/07/03
- 86/94: gnu: ruby-heredoc-unindent: Fix build., guix-commits, 2023/07/03
- 87/94: gnu: ruby-hoe-git: Fix build., guix-commits, 2023/07/03
- 89/94: gnu: ruby-chunky-png: Update to 1.4.0., guix-commits, 2023/07/03
- 92/94: gnu: ruby-rspec-block-is-expected: Update to 1.0.5., guix-commits, 2023/07/03