mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +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
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user