all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70655] [PATCH] gnu: ruby-gem-hadar: Use git-minimal/pinned.
@ 2024-04-29 20:23 Christopher Baines
  2024-05-12 18:50 ` bug#70655: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Baines @ 2024-04-29 20:23 UTC (permalink / raw)
  To: 70655; +Cc: Christopher Baines

This helps reduce the dependencies on git, as I think it's find to build
ruby-gem-hadar with a slightly older git, at least during periods when
git-minimal/pinned needs updating.

* gnu/packages/ruby.scm (ruby-gem-hadar)[propagated-inputs]: Use
git-minimal/pinned.

Change-Id: I48e7725f8e4956f1a8311df1867d8d441c5cb4c2
---
 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..9449e09917 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7817,7 +7817,7 @@ (define-public ruby-gem-hadar
           (lambda _
             (invoke "gem" "build" "gem_hadar.gemspec"))))))
     (propagated-inputs
-     (list git ruby-tins ruby-yard))
+     (list git-minimal/pinned ruby-tins ruby-yard))
     (synopsis "Library for the development of Ruby gems")
     (description
      "This library contains some useful functionality to support the

base-commit: 3bd8d238aba718bf949691d0e37fa310e2cfc12a
-- 
2.41.0





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

* bug#70655: [PATCH] gnu: ruby-gem-hadar: Use git-minimal/pinned.
  2024-04-29 20:23 [bug#70655] [PATCH] gnu: ruby-gem-hadar: Use git-minimal/pinned Christopher Baines
@ 2024-05-12 18:50 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-05-12 18:50 UTC (permalink / raw)
  To: 70655-done

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

Christopher Baines <mail@cbaines.net> writes:

> This helps reduce the dependencies on git, as I think it's find to build
> ruby-gem-hadar with a slightly older git, at least during periods when
> git-minimal/pinned needs updating.
>
> * gnu/packages/ruby.scm (ruby-gem-hadar)[propagated-inputs]: Use
> git-minimal/pinned.
>
> Change-Id: I48e7725f8e4956f1a8311df1867d8d441c5cb4c2
> ---
>  gnu/packages/ruby.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Pushed to master as 7b2e7ff25a58412757100d401b50f6e39b3da354.

Chris

[-- 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-12 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-29 20:23 [bug#70655] [PATCH] gnu: ruby-gem-hadar: Use git-minimal/pinned Christopher Baines
2024-05-12 18:50 ` bug#70655: " 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.