dleyna-*: add darwin support

This commit is contained in:
Weijia Wang 2022-10-20 03:04:25 +02:00
parent 9e5bc1df9b
commit 0b5f3feddf
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "A D-Bus API for the dLeyna services";
homepage = "https://github.com/phako/dleyna-connector-dbus";
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.lgpl21Only;
};
}

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "Library of utility functions that are used by the higher level dLeyna";
homepage = "https://github.com/phako/dleyna-core";
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.lgpl21Only;
};
}

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "Library to discover and manipulate Digital Media Renderers";
homepage = "https://github.com/phako/dleyna-renderer";
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.lgpl21Only;
};
}

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
description = "Library to discover, browse and manipulate Digital Media Servers";
homepage = "https://github.com/phako/dleyna-server";
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.lgpl21Only;
};
}