dbus_cplusplus: fix build with gcc12 by another patch

This commit is contained in:
Vladimír Čunát
2023-02-04 08:57:12 +01:00
parent ae91e9a960
commit 6f4215eb87
@@ -29,6 +29,12 @@ stdenv.mkDerivation rec {
+ "dbus-c++-threading.patch?id=7f371172f5c";
sha256 = "1h362anx3wyxm5lq0v8girmip1jmkdbijrmbrq7k5pp47zkhwwrq";
})
(fetchurl {
name = "template-operators.patch"; # since gcc12
url = "https://src.fedoraproject.org/cgit/rpms/dbus-c++.git/plain/"
+ "dbus-c++-template-operators.patch?id=d3f0d8bb519c0af";
sha256 = "N25Y7jXDbr0qb7MfRr2yz3zRySppgGOe+oCfNQhRvVc=";
})
];
nativeBuildInputs = [ pkg-config ];