unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Trevor Richards <trev@trevdev.ca>
To: 56101@debbugs.gnu.org
Subject: [bug#56101] [PATCH] propagate dependencies that need to be on PATH
Date: Mon, 20 Jun 2022 14:44:02 -0700	[thread overview]
Message-ID: <1b2527defa502577492bc0d58b7e27f5e7aa50e3.1655766358.git.trev@trevdev.ca> (raw)
In-Reply-To: <cover.1655669882.git.trev@trevdev.ca>

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

It looks like I had declared some package dependencies 
incorrectly. They fact that they worked after I installed them was 
sheer luck. This patch should correct the dependency chain and 
update the PATH correctly.

* gnu/packages/ruby.scm (ruby-theme-check): Correct dependencies
(ruby-shopify-cli): Correct dependencies

---
 gnu/packages/ruby.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1637be8c1b..190322c644 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -11229,9 +11229,6 @@ (define-public ruby-theme-check
                "00sqbnbz6bspdzgmcdiziql1lvf0gzxk74hlvwcqsdka78bg0nk0"))))
    (build-system ruby-build-system)
    (arguments '(#:tests? #f))
-   (inputs `(("ruby-liquid" ,ruby-liquid)
-             ("ruby-nokogiri" ,ruby-nokogiri)
-             ("ruby-parser" ,ruby-parser)))
    (propagated-inputs (list ruby-liquid ruby-nokogiri 
    ruby-parser))
    (synopsis "A Shopify Theme Linter")
    (description "This package provides a Shopify Theme Linter")
@@ -11249,9 +11246,8 @@ (define-public ruby-shopify-cli
                (base32
                 "1fcqc8bpai3pnp77v4im2l92p40jnqikch8s5336lc4gp498vfb5"))))
     (build-system ruby-build-system)
-    (inputs `(("ruby-bugsnag" ,ruby-bugsnag)
-              ("ruby-listen"  ,ruby-listen)
-              ("ruby-theme-check" ,ruby-theme-check)))
+    (inputs (list ruby-bugsnag ruby-listen))
+    (propagated-inputs (list ruby-theme-check))
     (arguments '(#:tests? #f))
     (synopsis "Shopify CLI helps you build Shopify themes and 
     apps")
     (description "Use Shopify CLI to automate and enhance your 
     local
-- 
2.36.1


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

  parent reply	other threads:[~2022-06-20 23:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19 20:18 [bug#56101] [PATCH 0/3] Add shopify-cli ruby gem to packages Trevor Richards
2022-06-18  5:56 ` [bug#56101] [PATCH 2/3] Upgrade ruby-listen to 3.7.1 Trev
2022-06-18  5:59 ` [bug#56101] [PATCH 3/3] Add package ruby-shopify-cli and its missing dependencies Trev
2022-06-20  3:39 ` [bug#56101] [PATCH 1/3] Upgrade ruby-liquid to version 5.3.0 Trev
2022-06-20 21:44 ` Trevor Richards [this message]
2022-09-15 20:08 ` bug#56101: Cancel Submission Trev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1b2527defa502577492bc0d58b7e27f5e7aa50e3.1655766358.git.trev@trevdev.ca \
    --to=trev@trevdev.ca \
    --cc=56101@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).