rPackages.h3o: fix build (#457917)

This commit is contained in:
Justin Bedő
2025-11-04 17:09:00 +11:00
committed by GitHub
+8
View File
@@ -547,6 +547,10 @@ let
gsl = [ pkgs.gsl ];
gslnls = [ pkgs.gsl ];
gert = [ pkgs.libgit2 ];
h3o = with pkgs; [
cargo
rustc
];
haven = with pkgs; [ zlib.dev ];
hellorust = [ pkgs.cargo ];
hgwrr = [ pkgs.gsl ];
@@ -1821,6 +1825,10 @@ let
postPatch = "patchShebangs configure";
});
h3o = old.h3o.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
rshift = old.rshift.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});