Merge pull request #316370 from b-rodrigues/fix_hheck

rPackages.heck: fixed build
This commit is contained in:
Justin Bedő
2024-06-03 10:14:51 +10:00
committed by GitHub
+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";
});