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
This commit is contained in:
commit
f82ab72973
1 changed files with 5 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue