gnu: ruby: Remove string-append call with single argument.

* gnu/packages/ruby.scm (ruby)[source]: Remove string-append.
This commit is contained in:
Tobias Geerinckx-Rice 2016-09-10 21:11:05 +02:00
parent 05077200f7
commit c033c1958d
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -61,8 +61,7 @@ (define-public ruby
(patches (search-patches "ruby-symlinkfix.patch"))
(snippet `(begin
;; Remove bundled libffi
(delete-file-recursively
(string-append "ext/fiddle/libffi-3.2.1"))
(delete-file-recursively "ext/fiddle/libffi-3.2.1")
#t))))
(build-system gnu-build-system)
(arguments