10 , dleyna-connector-dbus
18 stdenv.mkDerivation rec {
19 pname = "dleyna-server";
22 src = fetchFromGitHub {
26 sha256 = "sha256-jlF9Lr/NG+Fsy/bB7aLb7xOLqel8GueJK5luo9rsDME=";
30 # Fix build with meson 1.2. We use the gentoo patch intead of the
31 # usptream one because the latter only applies on the libsoup_3 based
32 # merged dLeyna project.
33 # https://gitlab.gnome.org/World/dLeyna/-/merge_requests/6
35 url = "https://github.com/gentoo/gentoo/raw/2e3a1f4f7a1ef0c3e387389142785d98b5834e60/net-misc/dleyna-server/files/meson-1.2.0.patch";
36 sha256 = "sha256-/p2OaPO5ghWtPotwIir2TtcFF5IDFN9FFuyqPHevuFI=";
49 dleyna-connector-dbus # runtime dependency to be picked up to DLEYNA_CONNECTOR_PATH
58 wrapProgram "$out/libexec/dleyna-server-service" \
59 --set DLEYNA_CONNECTOR_PATH "$DLEYNA_CONNECTOR_PATH"
63 description = "Library to discover, browse and manipulate Digital Media Servers";
64 homepage = "https://github.com/phako/dleyna-server";
65 maintainers = with maintainers; [ jtojnar ];
66 platforms = platforms.unix;
67 license = licenses.lgpl21Only;