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

commit 15a585d544950e689b5819a478ea052e5efba550
Author: Nicolas Graves <ngra...@ngraves.fr>
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 <sharlata...@gmail.com>
---
 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 6f195eebd3..e7017bb009 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8315,7 +8315,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