bayescan: fix the build
Moved back to C++14 to avoid the new errors and warnings introduced with C++17.
This commit is contained in:
parent
8109d8ac35
commit
44c1590f1f
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
||||
cp -r ../*pdf ../input_examples ../"R functions" $out/share/doc/bayescan
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Detecting natural selection from population-based genetic data";
|
||||
homepage = "http://cmpg.unibe.ch/software/BayeScan";
|
||||
|
Loading…
Reference in New Issue
Block a user