gnu: ruby-listen: Add rb-fsevent to inputs.

* gnu/packages/ruby.scm (ruby-listen)[propagated-inputs]: Add
  "ruby-rb-fsevent".
This commit is contained in:
Ricardo Wurmus 2015-11-25 15:38:51 +01:00
parent 16b324cdf4
commit cf1a01f48c
1 changed files with 2 additions and 2 deletions

View File

@ -2199,8 +2199,8 @@ a native C extension.")
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments '(#:tests? #f)) ; no tests (arguments '(#:tests? #f)) ; no tests
(propagated-inputs (propagated-inputs
;; FIXME: omitting "ruby-rb-fsevent" which is only for MacOS. `(("ruby-rb-inotify" ,ruby-rb-inotify)
`(("ruby-rb-inotify" ,ruby-rb-inotify))) ("ruby-rb-fsevent" ,ruby-rb-fsevent)))
(synopsis "Listen to file modifications") (synopsis "Listen to file modifications")
(description "The Listen gem listens to file modifications and notifies (description "The Listen gem listens to file modifications and notifies
you about the changes.") you about the changes.")