gnu: ruby-fakefs: Fix lonely parens.
* gnu/packages/ruby.scm (ruby-fakefs)[arguments]: Move dangling parents up.
This commit is contained in:
parent
c8b8e612dd
commit
a011f67b07
1 changed files with 1 additions and 2 deletions
|
@ -1572,8 +1572,7 @@ (define-public ruby-fakefs
|
|||
(substitute* "fakefs.gemspec"
|
||||
(("(.*add_development_dependency .*), .*" _ dep)
|
||||
(string-append dep "\n")))
|
||||
#t))
|
||||
)))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("ruby-bump" ,ruby-bump)
|
||||
("ruby-maxitest" ,ruby-maxitest)
|
||||
|
|
Loading…
Reference in a new issue