python311Packages.netutils: unbreak on Darwin
This commit is contained in:
parent
27c7d52f1d
commit
292a31846d
@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
jinja2,
|
||||
@ -66,6 +65,5 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/networktocode/netutils/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user