mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-rb-inotify: Update to 0.10.1.
* gnu/packages/ruby.scm (ruby-rb-inotify): Update to 0.10.1. [arguments]: Update style.
This commit is contained in:
parent
93a311d760
commit
e0a2398559
1 changed files with 13 additions and 12 deletions
|
@ -7267,26 +7267,27 @@ IANA Time Zone database packaged as Ruby modules for use with @code{TZInfo}.")
|
||||||
(define-public ruby-rb-inotify
|
(define-public ruby-rb-inotify
|
||||||
(package
|
(package
|
||||||
(name "ruby-rb-inotify")
|
(name "ruby-rb-inotify")
|
||||||
(version "0.9.10")
|
(version "0.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "rb-inotify" version))
|
(uri (rubygems-uri "rb-inotify" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yfsgw5n7pkpyky6a9wkf1g9jafxb0ja7gz0qw0y14fd2jnzfh71"))))
|
"1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; there are no tests
|
(list
|
||||||
#:phases
|
#:tests? #f ; there are no tests
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
;; Building the gemspec with rake is not working here since it is
|
#~(modify-phases %standard-phases
|
||||||
;; generated with Jeweler. It is also unnecessary because the
|
;; Building the gemspec with rake is not working here since it is
|
||||||
;; existing gemspec does not use any development tools to generate a
|
;; generated with Jeweler. It is also unnecessary because the
|
||||||
;; list of files.
|
;; existing gemspec does not use any development tools to generate a
|
||||||
(replace 'build
|
;; list of files.
|
||||||
(lambda _
|
(replace 'build
|
||||||
(invoke "gem" "build" "rb-inotify.gemspec"))))))
|
(lambda _
|
||||||
|
(invoke "gem" "build" "rb-inotify.gemspec"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ruby-ffi))
|
(list ruby-ffi))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue