Merge pull request #172846 from LeSuisse/bayescan-c++14-zhf

bayescan: fix the build
This commit is contained in:
Sandro 2022-05-13 17:03:05 +02:00 committed by GitHub
commit 741d2d2578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
cp -r ../*pdf ../input_examples ../"R functions" $out/share/doc/bayescan cp -r ../*pdf ../input_examples ../"R functions" $out/share/doc/bayescan
''; '';
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
meta = with lib; { meta = with lib; {
description = "Detecting natural selection from population-based genetic data"; description = "Detecting natural selection from population-based genetic data";
homepage = "http://cmpg.unibe.ch/software/BayeScan"; homepage = "http://cmpg.unibe.ch/software/BayeScan";