rPackages.cartogramR: fixed build
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user