9 stdenv.mkDerivation rec {
10 pname = "dleyna-core";
13 setupHook = ./setup-hook.sh;
15 src = fetchFromGitHub {
19 sha256 = "1x5vj5zfk95avyg6g3nf6gar250cfrgla2ixj2ifn8pcick2d9vq";
23 ./0001-Search-connectors-in-DLEYNA_CONNECTOR_PATH.patch
25 # fix build with gupnp 1.2
26 # https://github.com/intel/dleyna-core/pull/52
28 url = "https://github.com/intel/dleyna-core/commit/41b2e56f67b6fc9c8c256b86957d281644b9b846.patch";
29 sha256 = "1h758cp65v7qyfpvyqdri7q0gwx85mhdpkb2y8waq735q5q9ib39";
38 propagatedBuildInputs = [
43 description = "Library of utility functions that are used by the higher level dLeyna";
44 homepage = "https://01.org/dleyna";
45 maintainers = [ maintainers.jtojnar ];
46 platforms = platforms.linux;
47 license = licenses.lgpl21;