Merge pull request #307789 from b-rodrigues/fix_interpolation

rPackages.interpolation: fixed build
This commit is contained in:
Justin Bedő 2024-05-10 21:40:41 +10:00 committed by GitHub
commit 0703a38398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,6 +335,7 @@ let
Cardinal = [ pkgs.which ]; Cardinal = [ pkgs.which ];
chebpol = [ pkgs.fftw.dev ]; chebpol = [ pkgs.fftw.dev ];
ChemmineOB = [ pkgs.pkg-config ]; ChemmineOB = [ pkgs.pkg-config ];
interpolation = [ pkgs.pkg-config ];
clarabel = [ pkgs.cargo ]; clarabel = [ pkgs.cargo ];
curl = [ pkgs.curl.dev ]; curl = [ pkgs.curl.dev ];
CytoML = [ pkgs.libxml2.dev ]; CytoML = [ pkgs.libxml2.dev ];
@ -594,6 +595,7 @@ let
jqr = [ pkgs.jq.lib ]; jqr = [ pkgs.jq.lib ];
kza = [ pkgs.pkg-config ]; kza = [ pkgs.pkg-config ];
igraph = with pkgs; [ gmp libxml2.dev glpk ]; igraph = with pkgs; [ gmp libxml2.dev glpk ];
interpolation = [ pkgs.gmp ];
image_textlinedetector = with pkgs; [ pkg-config opencv ]; image_textlinedetector = with pkgs; [ pkg-config opencv ];
lwgeom = with pkgs; [ pkg-config proj.dev sqlite.dev ]; lwgeom = with pkgs; [ pkg-config proj.dev sqlite.dev ];
magick = [ pkgs.pkg-config ]; magick = [ pkgs.pkg-config ];