all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70394] [PATCH] gnu: ruby-ruby-memcheck.
@ 2024-04-15  8:26 Christopher Baines
  2024-05-19 12:16 ` bug#70394: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Baines @ 2024-04-15  8:26 UTC (permalink / raw)
  To: 70394; +Cc: Christopher Baines

Use valgrind rather than valgrind/interactive, as this doesn't have gdb as an
input, which makes it easier to update gdb.

* gnu/packages/ruby.scm (ruby-ruby-memcheck)[inputs]: Use valgrind.

Change-Id: Icfcee2c27fc41e68e1a34b38c043ece188cc56af
---
 gnu/packages/ruby.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 0541bb9562..5e34109a59 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -10114,7 +10114,7 @@ (define-public ruby-ruby-memcheck
                 (("%x\\(git ls-files -z)")
                  "`git ls-files -z`")))))))
     (native-inputs (list ruby-rake-compiler ruby-rspec))
-    (inputs (list valgrind/interactive))
+    (inputs (list valgrind))
     (propagated-inputs (list ruby-nokogiri))
     (synopsis "Valgrind memcheck tool for Ruby")
     (description "The @code{ruby_memcheck} gem provides a sane way to use

base-commit: 58a0c85ad35db14c9fed7d5791b43d30882e13bf
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70394: [PATCH] gnu: ruby-ruby-memcheck.
  2024-04-15  8:26 [bug#70394] [PATCH] gnu: ruby-ruby-memcheck Christopher Baines
@ 2024-05-19 12:16 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-05-19 12:16 UTC (permalink / raw)
  To: 70394-done

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

Christopher Baines <mail@cbaines.net> writes:

> Use valgrind rather than valgrind/interactive, as this doesn't have gdb as an
> input, which makes it easier to update gdb.
>
> * gnu/packages/ruby.scm (ruby-ruby-memcheck)[inputs]: Use valgrind.
>
> Change-Id: Icfcee2c27fc41e68e1a34b38c043ece188cc56af

I've pushed this to master now as
a47cab5d286f81278af6e26a359f6429fd085e10.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-19 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15  8:26 [bug#70394] [PATCH] gnu: ruby-ruby-memcheck Christopher Baines
2024-05-19 12:16 ` bug#70394: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.