sharlatan pushed a commit to branch ruby-team
in repository guix.

commit 3695da013e0c91ef9fade2c68e8dd421e16c7348
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 16 01:33:42 2025 +0100

    gnu: ruby-listen: Remove uneeded ruby-dep propagated-input.
    
    * gnu/packages/ruby.scm (ruby-listen)[propagated-inputs]: Remove
    ruby-dep.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 e56451c1bb..a7bbb20fde 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8312,7 +8312,7 @@ a native C extension.")
            ;; in the wrapper, and therefore just needs to be an input.
            ruby-thor))
     (propagated-inputs
-     (list ruby-rb-fsevent ruby-rb-inotify ruby-dep))
+     (list ruby-rb-fsevent ruby-rb-inotify))
     (synopsis "Listen to file modifications")
     (description "The Listen gem listens to file modifications and notifies
 you about the changes.")

Reply via email to