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

Fix bug in the generic-builder.txt file of Pill 8 #199

Closed
wants to merge 2 commits into from

Conversation

modulitos
Copy link

@modulitos modulitos commented Aug 2, 2022

Under this section: https://nixos.org/guides/nix-pills/generic-builders.html#idm140737320224432

There is a loop over buildInputs like this:

for p in $buildInputs; do
  export PATH=$p/bin${PATH:+:}$PATH
done

but buildInputs, which is defined in autotools.nix, is empty, resulting in an empty PATH. This PR fixes that typo so that it iterates over $baseInputs instead.

@modulitos modulitos changed the title Fix bug in the autotools.nix file Fix bug in the autotools.nix file of Pill 8 Aug 2, 2022
@modulitos modulitos changed the title Fix bug in the autotools.nix file of Pill 8 Fix bug in the generic-builder.txt file of Pill 8 Aug 2, 2022
pills/08/generic-builder.txt Show resolved Hide resolved
@modulitos modulitos closed this Aug 2, 2022
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