rPackages.cartogramR: fixed build

This commit is contained in:
Bruno Rodrigues
2025-08-25 07:23:42 +10:00
committed by Justin Bedo
parent 4570f7e649
commit c9b5761b04
+8 -1
View File
@@ -1106,7 +1106,10 @@ let
fftw.dev
];
specklestar = [ pkgs.fftw.dev ];
cartogramR = [ pkgs.fftw.dev ];
cartogramR = with pkgs; [
fftw.dev
pkg-config
];
jqr = [ pkgs.jq.out ];
kza = [ pkgs.pkg-config ];
igraph = with pkgs; [
@@ -1753,6 +1756,10 @@ let
postPatch = "patchShebangs configure";
});
cartogramR = old.cartogramR.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
rshift = old.rshift.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});