mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
Merge pull request #303908 from Kupac/fix_raer
rPackages.raer: fix deps
This commit is contained in:
commit
54d129c845
@ -583,6 +583,7 @@ let
|
||||
openssl = [ pkgs.pkg-config ];
|
||||
pdftools = [ pkgs.pkg-config ];
|
||||
qckitfastq = [ pkgs.zlib.dev ];
|
||||
raer = with pkgs; [ zlib.dev xz.dev bzip2.dev ];
|
||||
RQuantLib = with pkgs; [ quantlib.dev boost.dev ];
|
||||
sf = with pkgs; [ pkg-config sqlite.dev proj.dev ];
|
||||
terra = with pkgs; [ pkg-config sqlite.dev proj.dev ];
|
||||
|
Loading…
Reference in New Issue
Block a user