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

Move stdlib default path on Linux/posix #21112

Closed

Conversation

FedericoCeratto
Copy link
Member

@FedericoCeratto FedericoCeratto commented Dec 15, 2022

Most Linux distributions are currently installing the standard library under /usr/lib/nim/lib.
This is beneficial to allow installing other files, for example nimdoc.css under /usr/lib/nim/doc, without confusion.
(See #14424)
This PR updates the documentation as well.

@FedericoCeratto FedericoCeratto added Documentation Content Related to documentation content (not generation). OS/Architecture Specific labels Dec 15, 2022
@Yepoleb
Copy link
Contributor

Yepoleb commented Dec 15, 2022

Shouldn't this be changed for /usr/local as well to keep it consistent?

@FedericoCeratto
Copy link
Member Author

@Yepoleb that's a different use-case (and probably not very popular).

@Araq
Copy link
Member

Araq commented Dec 17, 2022

nimdoc.css might as well be under /etc/nim, but this PR does nothing to address the nimdoc.css problem.

@Araq
Copy link
Member

Araq commented Dec 17, 2022

Also, that seems to be quite a dangerous breaking change.

@Yepoleb
Copy link
Contributor

Yepoleb commented Feb 15, 2023

This can be closed since #21328 has been merged.

@ringabout ringabout closed this Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Content Related to documentation content (not generation). OS/Architecture Specific
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants