11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "0msb09d2cnm8rlpg8bsc1lhjddvp3kf3i9dsj1qs4qgsdlzhxkyx";
32 description = "Set of tools written in Perl and C++ for working with VCF files, such as those generated by the 1000 Genomes Project";
33 license = licenses.lgpl3;
34 platforms = platforms.linux;
35 homepage = "https://vcftools.github.io/index.html";
36 maintainers = [ maintainers.rybern ];