bcftools: fix darwin building
gcc not available
This commit is contained in:
parent
0a1cb79908
commit
96322f6926
@ -12,9 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
|
||||||
preBuild = ''
|
makeFlags = [
|
||||||
makeFlagsArray=("HSTDIR=${htslib}" "prefix=$out")
|
"HSTDIR=${htslib}"
|
||||||
'';
|
"prefix=$out"
|
||||||
|
"CC=cc"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tools for manipulating BCF2/VCF/gVCF format, SNP and short indel sequence variants";
|
description = "Tools for manipulating BCF2/VCF/gVCF format, SNP and short indel sequence variants";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user