From 86be73d6f9c7a9f2cea756aaaaead1d996d27a5d Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Mon, 5 Feb 2018 12:03:13 +0100 Subject: gnu: Add ruby-rb-inotify. --- gnu/packages/ruby.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index cd36e01740..fa7d120032 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7606,3 +7606,25 @@ https://github.com/flavorjones/loofah-activerecord).") "Creates a version constraint of supported Rubies,suitable for a gemspec file") (home-page "https://github.com/e2/ruby_dep") (license license:expat))) + +(define-public ruby-rb-inotify +(package + (name "ruby-rb-inotify") + (version "0.9.7") + (source + (origin + (method url-fetch) + (uri (rubygems-uri "rb-inotify" version)) + (sha256 + (base32 + "1yfcp3065n08balljmxn0qzwhdbwwxn2h9z89wmydyfj2gq1p71d")))) + (build-system ruby-build-system) + (arguments + `(#:tests? #f)) ; Tests are not included in the gem. + (propagated-inputs `(("ruby-ffi" ,ruby-ffi))) + (synopsis + "A Ruby wrapper for Linux's inotify, using FFI") + (description + "This package provides a Ruby wrapper for Linux's inotify, using FFI") + (home-page "http://github.com/nex3/rb-inotify") + (license #f))) -- cgit v1.2.3