Merge pull request #56946 from iimog/fix-rPackages.phytools

rPackages.phytools: fix installation
This commit is contained in:
Peter Simons 2019-03-06 15:10:58 +01:00 committed by GitHub
commit c3944ac913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,6 +290,7 @@ let
pbdPROF = [ pkgs.openmpi ];
pbdZMQ = lib.optionals stdenv.isDarwin [ pkgs.which ];
pdftools = [ pkgs.poppler.dev ];
phytools = [ pkgs.which ];
PKI = [ pkgs.openssl.dev ];
png = [ pkgs.libpng.dev ];
PopGenome = [ pkgs.zlib.dev ];