mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #306067 from b-rodrigues/fix_clarabel
rPackages.clarabel: fixed build
This commit is contained in:
commit
4805a28196
@ -333,6 +333,7 @@ let
|
||||
Cardinal = [ pkgs.which ];
|
||||
chebpol = [ pkgs.fftw.dev ];
|
||||
ChemmineOB = [ pkgs.pkg-config ];
|
||||
clarabel = [ pkgs.cargo ];
|
||||
curl = [ pkgs.curl.dev ];
|
||||
CytoML = [ pkgs.libxml2.dev ];
|
||||
data_table = with pkgs; [ pkg-config zlib.dev ] ++ lib.optional stdenv.isDarwin pkgs.llvmPackages.openmp;
|
||||
|
Loading…
Reference in New Issue
Block a user