Merge pull request #303212 from Kupac/fix_qckitfastq
rPackages.qckitfastq: fix build
This commit is contained in:
commit
ee3890dfa4
1 changed files with 1 additions and 0 deletions
|
@ -580,6 +580,7 @@ let
|
||||||
odbc = [ pkgs.pkg-config ];
|
odbc = [ pkgs.pkg-config ];
|
||||||
openssl = [ pkgs.pkg-config ];
|
openssl = [ pkgs.pkg-config ];
|
||||||
pdftools = [ pkgs.pkg-config ];
|
pdftools = [ pkgs.pkg-config ];
|
||||||
|
qckitfastq = [ pkgs.zlib.dev ];
|
||||||
RQuantLib = with pkgs; [ quantlib.dev boost.dev ];
|
RQuantLib = with pkgs; [ quantlib.dev boost.dev ];
|
||||||
sf = with pkgs; [ pkg-config sqlite.dev proj.dev ];
|
sf = with pkgs; [ pkg-config sqlite.dev proj.dev ];
|
||||||
terra = with pkgs; [ pkg-config sqlite.dev proj.dev ];
|
terra = with pkgs; [ pkg-config sqlite.dev proj.dev ];
|
||||||
|
|
Loading…
Reference in a new issue