mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ruby-rspec-core-2: Fix build.
* gnu/packages/ruby.scm (ruby-rspec-core-2)[arguments]: Add patch phase.
This commit is contained in:
parent
d426c5cd91
commit
e3c51d43d9
1 changed files with 9 additions and 0 deletions
|
@ -680,6 +680,15 @@ (define-public ruby-rspec-core-2
|
|||
(sha256
|
||||
(base32
|
||||
"0psjy5kdlz3ph39br0m01w65i1ikagnqlg39f8p65jh5q7dz8hwc"))))
|
||||
(arguments
|
||||
(cons*
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch
|
||||
(lambda _
|
||||
(substitute* "lib/rspec/core/ruby_project.rb"
|
||||
(("File\\.exists\\?") "File.exist?")))))
|
||||
(package-arguments ruby-rspec-core)))
|
||||
(propagated-inputs `())))
|
||||
|
||||
(define-public ruby-date
|
||||
|
|
Loading…
Reference in a new issue