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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-02-16 01:33:42 +01:00 committed by Andreas Enge
parent 2a0376e68a
commit dd0bb58ea7
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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.")