guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit f8896241efc636c065fd003f605aa6b3d6449343
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 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.")