mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: ruby-byebug: Update to 12.0.0.
* gnu/packages/ruby-xyz.scm (ruby-byebug): Update to 12.0.0. [source]{snippet}: Adapt it. [arguments]{phases}: Refresh phase 'sanitize-dependencies.
This commit is contained in:
parent
2d0b55e8b1
commit
a6cecf851b
1 changed files with 5 additions and 4 deletions
|
@ -7793,7 +7793,7 @@ with PostgreSQL 9.3 and later.")
|
||||||
(define-public ruby-byebug
|
(define-public ruby-byebug
|
||||||
(package
|
(package
|
||||||
(name "ruby-byebug")
|
(name "ruby-byebug")
|
||||||
(version "11.1.3")
|
(version "12.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7803,13 +7803,13 @@ with PostgreSQL 9.3 and later.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vyy3k2s7dcndngj6m8kxhs1vxc2c93dw8b3yyand3srsg9ffpij"))
|
"0pjdadc079rmasgiwdxcz8h9wvzk3mb6xq8xr02xxv616ihwxllk"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; Remove wrappers that try to setup a bundle environment.
|
;; Remove wrappers that try to setup a bundle environment.
|
||||||
(with-directory-excursion "bin"
|
(with-directory-excursion "bin"
|
||||||
(for-each delete-file '("bundle" "rake" "rubocop"))
|
(for-each delete-file '("rake" "rubocop"))
|
||||||
;; ruby-minitest doesn't come with a launcher, so fix the one
|
;; ruby-minitest doesn't come with a launcher, so fix the one
|
||||||
;; provided.
|
;; provided.
|
||||||
(substitute* "minitest"
|
(substitute* "minitest"
|
||||||
|
@ -7822,8 +7822,9 @@ with PostgreSQL 9.3 and later.")
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'sanitize-dependencies
|
(add-after 'unpack 'sanitize-dependencies
|
||||||
(lambda _
|
(lambda _
|
||||||
|
(delete-file "tasks/release.rake")
|
||||||
(substitute* "Rakefile"
|
(substitute* "Rakefile"
|
||||||
((".*chandler/tasks.*") ""))))
|
((".*tasks/release.rake.*") ""))))
|
||||||
(add-after 'unpack 'skip-tmp-path-sensitive-test
|
(add-after 'unpack 'skip-tmp-path-sensitive-test
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "test/commands/where_test.rb"
|
(substitute* "test/commands/where_test.rb"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue