mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 14:20:19 +00:00
rPackages.HilbertVisGUI: fix build
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user