mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
rPackages.snpStats: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
54f538c29a
commit
40bdcd803d
@@ -788,7 +788,6 @@ let
|
||||
rustc
|
||||
which
|
||||
];
|
||||
snpStats = [ pkgs.zlib.dev ];
|
||||
socratadata = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
@@ -1542,6 +1541,7 @@ let
|
||||
];
|
||||
shrinkTVP = [ pkgs.gsl ];
|
||||
simplexreg = [ pkgs.gsl ];
|
||||
snpStats = [ pkgs.zlib ];
|
||||
sodium = [ pkgs.libsodium ];
|
||||
spFW = [ pkgs.fftw.dev ];
|
||||
spaMM = [ pkgs.gsl ];
|
||||
|
||||
Reference in New Issue
Block a user