Merge pull request #299827 from b-rodrigues/fix_rpackages.cartogramR

rPackages.cartogramR: fixed build
This commit is contained in:
Justin Bedő 2024-03-29 15:02:46 +11:00 committed by GitHub
commit bda9e420d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -559,6 +559,7 @@ let
gdtools = [ pkgs.pkg-config ];
archive = [ pkgs.libarchive];
SuperGauss = [ pkgs.pkg-config pkgs.fftw.dev];
cartogramR = [ pkgs.fftw.dev ];
jqr = [ pkgs.jq.lib ];
kza = [ pkgs.pkg-config ];
igraph = with pkgs; [ gmp libxml2.dev glpk ];