Fix bcftools installation prefix
This commit is contained in:
parent
a7c986cf69
commit
ec31e2cc27
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"HSTDIR=${htslib}"
|
"HSTDIR=${htslib}"
|
||||||
"prefix=$out"
|
"prefix=$(out)"
|
||||||
"CC=cc"
|
"CC=cc"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user