-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Racket compiler unable to build executables because it is misclassified as interpreter? #350232
Comments
Chez - with which racket shares the underlying compiler is classified as a compiler https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/compilers/chez/default.nix |
This "classification" in either compiler or interpreter is only used to sort the nix files defining packages somewhat, so humans & computers have it easier navigating the large amount of Nix files. This classification does not result in a technical difference by itself. The only technical difference for Nix when building these packages (except their different IMO this is just a issue duplicate to #11698 which you mentioned yourself and which is still open. |
Thanks for the clarification |
Describe the bug
Racket compiler is unable to build executables
Is this because it is classified as an interpreter?
https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/interpreters/racket/
Steps To Reproduce
#11698
Expected behavior
Successfully created executable
Screenshots
#11698
Additional context
https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/interpreters/racket/default.nix
Notify maintainers
@wahjava
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: