python3Packages.ssdpy: mark as broken on Darwin (#459314)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
@@ -39,11 +40,13 @@ buildPythonPackage rec {
|
||||
"test_server_extra_fields"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://github.com/MoshiBin/ssdpy/releases/tag/${version}";
|
||||
description = "Lightweight, compatible SSDP library for Python";
|
||||
homepage = "https://github.com/MoshiBin/ssdpy";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mjm ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ mjm ];
|
||||
# Darwin's network interface names have changed since the package was last updated
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user