10 stdenv.mkDerivation rec {
11 pname = "dleyna-core";
14 outputs = [ "out" "dev" ];
16 setupHook = ./setup-hook.sh;
18 src = fetchFromGitHub {
22 sha256 = "i4L9+iyAdBNtgImbD54jkjYL5hvzeZ2OaAyFrcFmuG0=";
31 propagatedBuildInputs = [
36 description = "Library of utility functions that are used by the higher level dLeyna";
37 homepage = "https://github.com/phako/dleyna-core";
38 maintainers = with maintainers; [ jtojnar ];
39 platforms = platforms.unix;
40 license = licenses.lgpl21Only;