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

modules: exclude more environment variables #1069

Closed
wants to merge 1 commit into from

Conversation

imincik
Copy link
Contributor

@imincik imincik commented Mar 27, 2024

Remove some more environment variables and update corresponding option
description.

Remove some more environment variables and update corresponding option
description.
"buildInputs"
"buildPhase"
"builder"
"cmakeFlags"
"configureFlags"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we should exclude cmakeFlags, configureFlags and mesonFlags because someone might want to add a library that provides these via hooks to packages to build their C program.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought cmakeFlags + other flags excluded in this PR are in the same category as other already excluded variables.

someone might want to add a library that provides these via hooks to packages to build their C program.

Is this going to work when for example buildInputs is removed from shell (buildInputs is already in unsetEnvVars list ) ?

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