rPackages.heck: fixed build

This commit is contained in:
Bruno Rodrigues 2024-06-01 11:25:50 +02:00 committed by Justin Bedo
parent 125182642a
commit 607240ec3d
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -386,6 +386,7 @@ let
leidenAlg = [ pkgs.gmp.dev ];
Libra = [ pkgs.gsl ];
libstable4u = [ pkgs.gsl ];
heck = [ pkgs.cargo ];
LOMAR = [ pkgs.gmp.dev ];
littler = [ pkgs.libdeflate ];
lpsymphony = with pkgs; [ pkg-config gfortran gettext ];
@ -1189,6 +1190,10 @@ let
postPatch = "patchShebangs configure";
});
heck = old.heck.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
surtvep = old.surtvep.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});