Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hardcoded binary path #103

Open
spiderbit opened this issue Mar 19, 2017 · 1 comment
Open

hardcoded binary path #103

spiderbit opened this issue Mar 19, 2017 · 1 comment

Comments

@spiderbit
Copy link

Inside nixos when the webserver tries to serve files it does not find the "/bin/cat" binary it apperently uses for that.

(setq elnode-send-file-program (locate-file "cat" exec-path))
(setq elnode-send-file-program "cat")

that or that solves that problem dont know which is the better fix, but both would be better than having a absolute path.

@Reasonable-Solutions
Copy link

came here to make a pr on that. Also a nixos user

imho, elnode-send-file-program "cat" is sufficient.
not having cat in /bin/ is pretty normal, not having coreutils things in the path is much weirder.

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

No branches or pull requests

2 participants