Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Rubygems depends on /usr/bin/env #23

Open
cbaines opened this issue Jun 4, 2017 · 0 comments
Open

Rubygems depends on /usr/bin/env #23

cbaines opened this issue Jun 4, 2017 · 0 comments

Comments

@cbaines
Copy link
Contributor

cbaines commented Jun 4, 2017

Without /usr/bin/env existing, when rubygems installs gems, the shebang in the bin wrappers is invalid #! ruby.

As a workaround, when using GuixSD, adding /usr/bin/env can be done with this service.

(extra-special-file "/usr/bin/env"
                            (file-append coreutils "/bin/env"))

Ideally, using rubygems would be unnecessary, but as an intermediate step, it would be better if the shebangs were valid.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant