Merge pull request #20267 from jbedo/master
Fix bcftools installation prefix
This commit is contained in:
commit
3b5d5041ef
|
@ -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