rPackages.enderecobr: fix build (#491415)

This commit is contained in:
Justin Bedő
2026-02-18 11:18:51 +11:00
committed by GitHub
+8
View File
@@ -1914,6 +1914,14 @@ let
postPatch = "patchShebangs configure";
});
enderecobr = old.enderecobr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
nativeBuildInputs = attrs.nativeBuildInputs ++ [
pkgs.cargo
pkgs.rustc
];
});
h3o = old.h3o.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});