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