guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/23: gnu: ruby-listen: Add rb-fsevent to inputs.


From: Ricardo Wurmus
Subject: 10/23: gnu: ruby-listen: Add rb-fsevent to inputs.
Date: Mon, 14 Dec 2015 13:10:50 +0000

rekado pushed a commit to branch master
in repository guix.

commit cf1a01f48c10d20f80554f825ec375cc21d7a690
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 25 15:38:51 2015 +0100

    gnu: ruby-listen: Add rb-fsevent to inputs.
    
    * gnu/packages/ruby.scm (ruby-listen)[propagated-inputs]: Add
      "ruby-rb-fsevent".
---
 gnu/packages/ruby.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 77d52bd..a660b3e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2199,8 +2199,8 @@ a native C extension.")
     (build-system ruby-build-system)
     (arguments '(#:tests? #f)) ; no tests
     (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")
     (description "The Listen gem listens to file modifications and notifies
 you about the changes.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]