bayescan: fix the build

Moved back to C++14 to avoid the new errors and warnings introduced with
C++17.
main
Thomas Gerbet 2 years ago
parent 8109d8ac35
commit 44c1590f1f
  1. 2
      pkgs/applications/science/biology/bayescan/default.nix

@ -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…
Cancel
Save