Skip to content

Commit

Permalink
fun4all: fix for new compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 14, 2023
1 parent 6a6b9e2 commit 2f96a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/fun4all/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ let
--replace ODBCXX_STRING_PERCENT '"%"'
'';

CXXFLAGS="-std=c++11"; # std::auto_ptr

meta.license = lib.licenses.lgpl2Only;
};
inherit clhep;
Expand Down

0 comments on commit 2f96a73

Please sign in to comment.