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
1 changed files with 1 additions and 1 deletions

View File

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