rPackages.enderecobr: fix build (#491415)
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user