rPackages.caugi: fix build
This commit is contained in:
@@ -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 ++ [
|
||||
|
||||
Reference in New Issue
Block a user