mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
rPackages.heck: fixed build
This commit is contained in:
parent
125182642a
commit
607240ec3d
@ -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";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user