rPackages.caugi: fix build

This commit is contained in:
László Kupcsik
2026-02-18 22:54:55 +01:00
parent 0d0e392784
commit 4bf605a455
+8
View File
@@ -839,6 +839,10 @@ let
cargo
rustc
];
caugi = with pkgs; [
cargo
rustc
];
sdcTable = with pkgs; [
gmp
glpk
@@ -1915,6 +1919,10 @@ let
postPatch = "patchShebangs configure";
});
caugi = old.caugi.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
enderecobr = old.enderecobr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
nativeBuildInputs = attrs.nativeBuildInputs ++ [