guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

104/229: gnu: ruby-byebug: Do not depend on ruby-chandler.


From: guix-commits
Subject: 104/229: gnu: ruby-byebug: Do not depend on ruby-chandler.
Date: Tue, 28 Mar 2023 22:29:09 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 9fcc85f1a28d084e0c3c0c3858a15e0a5974f3c3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 8 22:42:24 2023 -0500

    gnu: ruby-byebug: Do not depend on ruby-chandler.
    
    * gnu/packages/ruby.scm (ruby-byebug) [phases]
    {sanitize-dependencies}: New phase.
    [native-inputs]: Delete ruby-chandler.
---
 gnu/packages/ruby.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 4d27a2369d..4a7db0d7f2 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6950,6 +6950,10 @@ with PostgreSQL 9.0 and later.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'sanitize-dependencies
+           (lambda _
+             (substitute* "Rakefile"
+               ((".*chandler/tasks.*") ""))))
          (add-after 'unpack 'skip-tmp-path-sensitive-test
            (lambda _
              (substitute* "test/commands/where_test.rb"
@@ -6969,7 +6973,6 @@ with PostgreSQL 9.0 and later.")
              (setenv "HOME" (getcwd)))))))
     (native-inputs
      (list bundler
-           ruby-chandler
            ;; Using minitest 5.17 would cause 5 new bug failures.  This is
            ;; probably related to
            ;; https://github.com/deivid-rodriguez/byebug/pull/837.  Use



reply via email to

[Prev in Thread] Current Thread [Next in Thread]