[PATCH] gnu: ruby-gem-hadar: Use git-minimal/pinned.

  • Done
  • quality assurance status badge
Details
One participant
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal
C
C
Christopher Baines wrote on 29 Apr 22:23 +0200
(address . guix-patches@gnu.org)
39ebd5d8dde83f4778affb44aa5a1ca150e3c4de.1714422187.git.mail@cbaines.net
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(-)

Toggle diff (17 lines)
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
C
C
Christopher Baines wrote on 12 May 20:50 +0200
(address . 70655-done@debbugs.gnu.org)
87h6f26f17.fsf@cbaines.net
Christopher Baines <mail@cbaines.net> writes:

Toggle quote (12 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmZBD2RfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcKeA//V/5HageHfT6fAi/wxIsQGPyG2eYBPsvd
0kf0WkRZV+ae7EVdURJVoviSenYx6ZkRuh9Fly6Se1ojfnDnJ7b8e+bFECze+R83
UGY6M8SEJHXSmFev2JRPM7FEuMTlmwvx9F9Nt0C/GRAcLMGHxLmXLi7UKnSUdgqy
wWLCRdu053G5w9zziYiuQKGyRg+CEPJ45mtpI4Jkn7y0tPp1jEYngxOUWhXsRtv0
LFFrfUt4+t+WHQ/rglZJbYbgBFXZMEhu8g+ROdSu2ZDtOMP6HgnNNda6sntSKCLW
47l78s/8oFhu50Xw0hSzvRURDGmAIYzBXYoyET6shnZL66m9a4wfl7FNIc3ud/Zy
KTtXkVTcTi57LNSIxIPYFicyJiJGIfM5MEzv/UDYJ2SdnVqae40s+9f8EFmDKVco
OJxHtUhttqj7/svmkl90yQqSgrjNVuW9H4N/hUgLoBH0dKQVgs2z9ehnoCyA+8ZN
QNiBiVQSjYweJQvUpb24FvcVCj07cgzF99nq8Gw96r4hpYpUUcRriCtujUqCyQ41
AL5qZdeMn4lWbrUDP33Kw0iSmnlXm4VNMDJx4fWi2CMl8dfTT61ZeyLtVGWCRZmA
SX4cte6QeSc/1/TQLqx7rXxlDgyUYjZjBxUQ3KS9vNdQY9a89w415s0BOQfRk0RW
vb0N/x7xvoo=
=ZkMd
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70655@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70655
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch