mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
rPackages.interpolation: fixed build
This commit is contained in:
parent
7024082ed6
commit
e34b454848
@ -335,6 +335,7 @@ let
|
||||
Cardinal = [ pkgs.which ];
|
||||
chebpol = [ pkgs.fftw.dev ];
|
||||
ChemmineOB = [ pkgs.pkg-config ];
|
||||
interpolation = [ pkgs.pkg-config ];
|
||||
clarabel = [ pkgs.cargo ];
|
||||
curl = [ pkgs.curl.dev ];
|
||||
CytoML = [ pkgs.libxml2.dev ];
|
||||
@ -594,6 +595,7 @@ let
|
||||
jqr = [ pkgs.jq.lib ];
|
||||
kza = [ pkgs.pkg-config ];
|
||||
igraph = with pkgs; [ gmp libxml2.dev glpk ];
|
||||
interpolation = [ pkgs.gmp ];
|
||||
image_textlinedetector = with pkgs; [ pkg-config opencv ];
|
||||
lwgeom = with pkgs; [ pkg-config proj.dev sqlite.dev ];
|
||||
magick = [ pkgs.pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user