mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: ruby-json-pure: Fix tests.
* gnu/packages/ruby.scm (ruby-json-pure)[arguments]: Remove unneeded reference to 'json-java.gemspec' in 'Gemfile'.
This commit is contained in:
parent
b8004a7b79
commit
a8de0d1ec4
1 changed files with 2 additions and 0 deletions
|
@ -2477,6 +2477,8 @@ (define-public ruby-json-pure
|
|||
(substitute* "Rakefile"
|
||||
(("FileList\\[`git ls-files`\\.split\\(/\\\\n/\\)\\]")
|
||||
(string-append "FileList" files))))
|
||||
(substitute* "Gemfile"
|
||||
((".*json-java.*") "\n"))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("ruby-permutation" ,ruby-permutation)
|
||||
|
|
Loading…
Reference in a new issue