mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.RcppMeCab: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
c29073bb46
commit
d4316f9cb0
@@ -455,7 +455,7 @@ let
|
||||
];
|
||||
RcppDPR = [ pkgs.gsl ]; # for gsl-config via RcppGSL
|
||||
RcppGSL = [ pkgs.gsl ]; # for gsl-config
|
||||
RcppMeCab = [ pkgs.pkg-config ];
|
||||
RcppMeCab = [ pkgs.mecab ]; # for mecab-config
|
||||
RcppPlanc = with pkgs; [
|
||||
which
|
||||
cmake
|
||||
@@ -997,7 +997,6 @@ let
|
||||
pcre2
|
||||
glib
|
||||
];
|
||||
RcppMeCab = [ pkgs.mecab ];
|
||||
RcppPlanc = with pkgs; [
|
||||
hwloc
|
||||
hdf5.dev
|
||||
|
||||
Reference in New Issue
Block a user