mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.runjags: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
67e16e9d05
commit
245977f506
@@ -788,7 +788,7 @@ let
|
||||
pkg-config
|
||||
];
|
||||
rtracklayer = [ pkgs.pkg-config ];
|
||||
runjags = [ pkgs.jags ];
|
||||
runjags = [ pkgs.pkg-config ];
|
||||
rvg = [ pkgs.libpng.dev ];
|
||||
rzmq = [ pkgs.pkg-config ];
|
||||
s2 = [ pkgs.pkg-config ];
|
||||
@@ -1513,6 +1513,7 @@ let
|
||||
zlib
|
||||
curl
|
||||
];
|
||||
runjags = [ pkgs.jags ];
|
||||
rzmq = [ pkgs.zeromq ];
|
||||
s2 = with pkgs; [
|
||||
abseil-cpp
|
||||
|
||||
Reference in New Issue
Block a user