Running ldd against ruby executable shows that it is linked with libruby-static.a. When I do ldd against Ruby on my Debian system, it is linked dynamically to libruby.so.
I would like to have two versions, or at least the dynamic one, that's the common way Ruby should be built, and also the Guixy style.
If this isn't handled, I will have to inherit the package and modify the compilation flags in order to compile Ruby with the dynamic library version.
Thanks.