rPackages.heck: fixed build

This commit is contained in:
Bruno Rodrigues
2024-06-03 10:12:02 +10:00
committed by Justin Bedo
parent 125182642a
commit 607240ec3d
+5
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";
});