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

Enable languages.c for Crystal #682

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

straight-shoota
Copy link
Contributor

Crystal needs at least a linker available and pkg-config, but other parts of the C toolchain are also often useful.

A more minimal implementation would be adding pkgs.gcc and pkgs.pkg-config as the bare minimum. The idea of enabling the entire C language is copied from the Rust configuration, so I figure it should be fine for Crystal as well.

Crystal needs at least a linker available and `pkg-config`, but other parts of the C toolchain are also often useful.

A more minimal implementation would be adding `pkgs.gcc` and `pkgs.pkg-config` as the bare minimum.
The idea of enabling the entire C language is copied from the Rust configuration, so I figure it should be fine for Crystal as well.
@domenkozar domenkozar merged commit 4f08665 into cachix:main Jun 23, 2023
@straight-shoota straight-shoota deleted the patch-1 branch June 23, 2023 21:46
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

Successfully merging this pull request may close these issues.

None yet

2 participants