mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #172846 from LeSuisse/bayescan-c++14-zhf
bayescan: fix the build
This commit is contained in:
commit
741d2d2578
@ -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