9 stdenv.mkDerivation rec {
14 url = "https://bitbucket.org/nygcresearch/treemix/downloads/${pname}-${version}.tar.gz";
15 sha256 = "1nd3rzsdgk47r8b8k43mdfvaagln533sm08s1jr0dz8km8nlym7y";
18 buildInputs = [ zlib gsl boost ];
21 description = "Inference of patterns of population splitting and mixing from genome-wide allele frequency data";
22 homepage = "https://bitbucket.org/nygcresearch/treemix/wiki/Home";
23 license = licenses.gpl3Only;
24 maintainers = [ maintainers.bzizou ];
25 platforms = platforms.linux;