10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
15 owner = "kistler-group";
18 hash = "sha256-AOqwC7CABvQsG9P1PnUg2DIhNmHqYpgbKzm9C2gWNIQ=";
36 homepage = "https://github.com/Kistler-Group/sdbus-cpp";
37 changelog = "https://github.com/Kistler-Group/sdbus-cpp/blob/v${version}/ChangeLog";
38 description = "High-level C++ D-Bus library designed to provide easy-to-use yet powerful API";
40 sdbus-c++ is a high-level C++ D-Bus library for Linux designed to provide
41 expressive, easy-to-use API in modern C++.
42 It adds another layer of abstraction on top of sd-bus, a nice, fresh C
43 D-Bus implementation by systemd.
44 It's been written primarily as a replacement of dbus-c++, which currently
45 suffers from a number of (unresolved) bugs, concurrency issues and
46 inherent design complexities and limitations.
48 license = lib.licenses.lgpl2Only;
49 maintainers = [ lib.maintainers.ivar ];
50 platforms = lib.platforms.linux;
51 mainProgram = "sdbus-c++-xml2cpp";