Fix bcftools installation prefix

This commit is contained in:
Justin Bedo
2016-11-09 08:02:38 +11:00
parent a7c986cf69
commit ec31e2cc27

View File

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