guix_mirror_bot pushed a commit to branch ruby-team in repository guix. commit 26acd8e060892f07a9f1f61152f663b89841029e 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 2152954b41..112ef388e8 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -8321,7 +8321,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.")