mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.NanoMethViz: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
f4da4525e2
commit
8dd90b2167
@@ -431,7 +431,6 @@ let
|
||||
];
|
||||
KSgeneral = with pkgs; [ pkg-config ];
|
||||
ModelMetrics = lib.optional stdenv.hostPlatform.isDarwin pkgs.llvmPackages.openmp;
|
||||
NanoMethViz = [ pkgs.zlib.dev ];
|
||||
PEPBVS = [ pkgs.gsl ];
|
||||
PICS = [ pkgs.gsl ];
|
||||
PKI = [ pkgs.openssl.dev ];
|
||||
@@ -1087,6 +1086,7 @@ let
|
||||
ncurses
|
||||
zlib.dev
|
||||
];
|
||||
NanoMethViz = [ pkgs.zlib ];
|
||||
OpenCL = with pkgs; [
|
||||
opencl-clhpp
|
||||
ocl-icd
|
||||
|
||||
Reference in New Issue
Block a user