Merge pull request #270090 from a-n-n-a-l-e-e/libxmlxx-is-c++11

libxmlxx: code predates c++17, use -std=c++11; fix darwin

authored by Robert Scott and committed by GitHub f82ab729 ed03a6c0

+5
+5
pkgs/development/libraries/libxmlxx/default.nix
··· 9 9 sha256 = "1sb3akryklvh2v6m6dihdnbpf1lkx441v972q9hlz1sq6bfspm2a"; 10 10 }; 11 11 12 + configureFlags = [ 13 + # remove if library is updated 14 + "CXXFLAGS=-std=c++11" 15 + ]; 16 + 12 17 outputs = [ "out" "devdoc" ]; 13 18 14 19 nativeBuildInputs = [ pkg-config perl ];