mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
gnu: ruby: Remove string-append call with single argument.
* gnu/packages/ruby.scm (ruby)[source]: Remove string-append.
This commit is contained in:
@@ -61,8 +61,7 @@
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user