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

Add autoconf buildInput to nix flake and clean up formatting a bit #184

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

chrisguida
Copy link
Contributor

@chrisguida chrisguida commented Nov 8, 2023

This fixes the build error I was getting:

❯ autoreconf -i
The program 'autoreconf' is currently not installed. It is provided by
several packages. You can install it by typing one of the following:
  nix-env -iA nixpkgs.autoconf264.out
  nix-env -iA nixpkgs.autoconf.out
  nix-env -iA nixpkgs.autoconf269.out
  nix-env -iA nixpkgs.autoconf213.out

Or run it once with:
  nix-shell -p autoconf264.out --run ...
  nix-shell -p autoconf.out --run ...
  nix-shell -p autoconf269.out --run ...
  nix-shell -p autoconf213.out --run ...

Now you can just do:

nix develop
autoreconf -i
./configure && make

and the build succeeds

@chrisguida chrisguida changed the title Fix add autoreconf to nix flake and clean up formatting a bit Fix add autoconf buildInput to nix flake and clean up formatting a bit Nov 8, 2023
Copy link
Contributor

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

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

ACK 87f0ec9

Thanks

@chrisguida chrisguida changed the title Fix add autoconf buildInput to nix flake and clean up formatting a bit Add autoconf buildInput to nix flake and clean up formatting a bit Nov 8, 2023
@ksedgwic ksedgwic merged commit 0673c50 into ZmnSCPxj:master Nov 10, 2023
1 check passed
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.

3 participants