13 stdenv.mkDerivation rec {
14 pname = "dleyna-connector-dbus";
17 src = fetchFromGitHub {
21 sha256 = "WDmymia9MD3BRU6BOCzCIMrz9V0ACRzmEGqjbbuUmlA=";
25 # Fix build with meson 1.2. We use the gentoo patch intead of the
26 # usptream one because the latter only applies on the libsoup_3 based
27 # merged dLeyna project.
28 # https://gitlab.gnome.org/World/dLeyna/-/merge_requests/6
30 url = "https://github.com/gentoo/gentoo/raw/4a0982b49a1d94aa785b05d9b7d256c26c499910/net-libs/dleyna-connector-dbus/files/meson-1.2.0.patch";
31 sha256 = "sha256-/p2OaPO5ghWtPotwIir2TtcFF5IDFN9FFuyqPHevuFI=";
47 description = "D-Bus API for the dLeyna services";
48 homepage = "https://github.com/phako/dleyna-connector-dbus";
49 maintainers = with maintainers; [ jtojnar ];
50 platforms = platforms.unix;
51 license = licenses.lgpl21Only;