mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2a0376e68a
commit
dd0bb58ea7
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue