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