We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989d0ba commit 2982586Copy full SHA for 2982586
flake.nix
@@ -27,6 +27,7 @@
27
patchelf-new = final.stdenv.mkDerivation {
28
name = "patchelf-${self.hydraJobs.tarball.version}";
29
src = "${self.hydraJobs.tarball}/tarballs/*.tar.bz2";
30
+ nativeBuildInputs = [ pkgs.autoreconfHook ];
31
doCheck = true;
32
};
33
0 commit comments