Skip to content

Conversation

@Mic92
Copy link
Member

@Mic92 Mic92 commented Aug 10, 2021

No description provided.

Mic92 added 3 commits August 10, 2021 14:36
This is needed when building in `nix develop`
and it is also useful to rebuild autotools
when building a package.
patchelf-new = final.stdenv.mkDerivation {
name = "patchelf-${self.hydraJobs.tarball.version}";
src = "${self.hydraJobs.tarball}/tarballs/*.tar.bz2";
nativeBuildInputs = [ pkgs.autoreconfHook ];
Copy link
Member

Choose a reason for hiding this comment

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

Why is autoreconfHook needed? The tarball contains the generated configure scripts right?

Copy link
Member Author

Choose a reason for hiding this comment

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

The main use case is having autotools in nix develop but it would also regenerate the configure script to a newer version

@edolstra edolstra merged commit 6965ad3 into master Aug 10, 2021
@edolstra edolstra deleted the cleanups branch August 10, 2021 13:21
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.

2 participants