rPackages.interpolation: fixed build

This commit is contained in:
Bruno Rodrigues 2024-05-04 15:28:34 +02:00
parent 7024082ed6
commit e34b454848

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 ];