mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #20267 from jbedo/master
Fix bcftools installation prefix
This commit is contained in:
commit
3b5d5041ef
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [
|
||||
"HSTDIR=${htslib}"
|
||||
"prefix=$out"
|
||||
"prefix=$(out)"
|
||||
"CC=cc"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue