guix-patches
[Top][All Lists]
Advanced

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

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


From: Christopher Baines
Subject: [bug#70655] [PATCH] gnu: ruby-gem-hadar: Use git-minimal/pinned.
Date: Mon, 29 Apr 2024 21:23:07 +0100

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






reply via email to

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