mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-tilt: Update to 2.1.0.
* gnu/packages/ruby.scm (ruby-tilt): Update to 2.1.0. [arguments]<#:phases>: Remove fixed phase 'patch-tests. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
08b725fac2
commit
ad3e74c7f2
1 changed files with 3 additions and 10 deletions
|
@ -7521,28 +7521,21 @@ intended for use with event loops such as async.")
|
||||||
(define-public ruby-tilt
|
(define-public ruby-tilt
|
||||||
(package
|
(package
|
||||||
(name "ruby-tilt")
|
(name "ruby-tilt")
|
||||||
(version "2.0.11")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;the distributed gem lacks tests
|
(method git-fetch) ;the distributed gem lacks tests
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rtomayko/tilt")
|
(url "https://github.com/jeremyevans/tilt")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0v7s38r86ammqpqm1diyk0yqz1k285argkpy5c8s1vq46983m9lv"))))
|
||||||
"0a75s6ci2rwai5q1bnlqbz8kxqnfp2497jhkcry1n4g29lcxq9ja"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-tests
|
|
||||||
(lambda _
|
|
||||||
;; Patch some tests
|
|
||||||
(substitute* "test/tilt_sasstemplate_test.rb"
|
|
||||||
(("}\",") "}
|
|
||||||
\","))))
|
|
||||||
(add-after 'unpack 'remove-some-dependencies
|
(add-after 'unpack 'remove-some-dependencies
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Gemfile"
|
(substitute* "Gemfile"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue