openbabel2: -std=c++14 for code from 2016

fix clang build due to usage of `std::binary_function`

annalee 9579db6b 0fa65181

+2
+2
pkgs/development/libraries/openbabel/2.nix
··· 25 25 26 26 buildInputs = [ zlib libxml2 eigen python3 cairo pcre ]; 27 27 28 + cmakeFlags = [ "-DCMAKE_CXX_STANDARD=14" ]; 29 + 28 30 nativeBuildInputs = [ cmake pkg-config ]; 29 31 30 32 meta = with lib; {