[bug#75937,v3,14/90] gnu: ruby-listen: Remove uneeded ruby-dep propagated-input.

Message ID 20250131065542.18548-15-ngraves@ngraves.fr
State New
Headers
Series Updating ruby |

Commit Message

Nicolas Graves Jan. 31, 2025, 6:53 a.m. UTC
  * gnu/packages/ruby.scm (ruby-listen)[propagated-inputs]: Remove
ruby-dep.
---
 gnu/packages/ruby.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f69b76c136..cc3a83509e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8349,7 +8349,7 @@  (define-public ruby-listen
            ;; 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.")