rPackages.HilbertVisGUI: fix build

This commit is contained in:
Justin Bedo
2021-12-02 13:23:16 +11:00
parent f223a2b84d
commit 10feaddf41

View File

@@ -490,6 +490,7 @@ let
themetagenomics = [ pkgs.zlib.dev ];
NanoMethViz = [ pkgs.zlib.dev ];
RcppMeCab = [ pkgs.pkg-config ];
HilbertVisGUI = with pkgs; [ pkg-config which ];
};
packagesWithBuildInputs = {
@@ -641,6 +642,7 @@ let
PING = [ pkgs.gsl ];
RcppAlgos = [ pkgs.gmp.dev ];
RcppBigIntAlgos = [ pkgs.gmp.dev ];
HilbertVisGUI = [ pkgs.gnome2.gtkmm.dev ];
};
packagesRequiringX = [