Fix bcftools installation prefix

This commit is contained in:
Justin Bedo 2016-11-09 08:02:38 +11:00
parent a7c986cf69
commit ec31e2cc27
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
makeFlags = [ makeFlags = [
"HSTDIR=${htslib}" "HSTDIR=${htslib}"
"prefix=$out" "prefix=$(out)"
"CC=cc" "CC=cc"
]; ];