forked from mirrors/nixpkgs
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 = [
|
||||
"HSTDIR=${htslib}"
|
||||
"prefix=$out"
|
||||
"prefix=$(out)"
|
||||
"CC=cc"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue