fityk: add -std=c++11
flag for gcc11 and later
This commit is contained in:
parent
8c5a58144d
commit
5275050ab0
@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ wxGTK30 boost lua zlib bzip2 xylib readline
|
||||
gnuplot swig3 ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-std=c++11"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Curve fitting and peak fitting software";
|
||||
license = lib.licenses.gpl2;
|
||||
|
Loading…
Reference in New Issue
Block a user