Unverified Commit f82ab729 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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
parents ed03a6c0 3f13584a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,11 @@ stdenv.mkDerivation rec {
    sha256 = "1sb3akryklvh2v6m6dihdnbpf1lkx441v972q9hlz1sq6bfspm2a";
  };

  configureFlags = [
    # remove if library is updated
    "CXXFLAGS=-std=c++11"
  ];

  outputs = [ "out" "devdoc" ];

  nativeBuildInputs = [ pkg-config perl ];