gnu: ruby: Remove string-append call with single argument.
* gnu/packages/ruby.scm (ruby)[source]: Remove string-append.
This commit is contained in:
parent
05077200f7
commit
c033c1958d
|
@ -61,8 +61,7 @@
|
||||||
(patches (search-patches "ruby-symlinkfix.patch"))
|
(patches (search-patches "ruby-symlinkfix.patch"))
|
||||||
(snippet `(begin
|
(snippet `(begin
|
||||||
;; Remove bundled libffi
|
;; Remove bundled libffi
|
||||||
(delete-file-recursively
|
(delete-file-recursively "ext/fiddle/libffi-3.2.1")
|
||||||
(string-append "ext/fiddle/libffi-3.2.1"))
|
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue