Skip to content

Commit 2982586

Browse files
committed
release: autoreconfHook
This is needed when building in `nix develop` and it is also useful to rebuild autotools when building a package.
1 parent 989d0ba commit 2982586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
patchelf-new = final.stdenv.mkDerivation {
2828
name = "patchelf-${self.hydraJobs.tarball.version}";
2929
src = "${self.hydraJobs.tarball}/tarballs/*.tar.bz2";
30+
nativeBuildInputs = [ pkgs.autoreconfHook ];
3031
doCheck = true;
3132
};
3233

0 commit comments

Comments
 (0)