python3.pkgs.browser-cookie3: unbreak on darwin

This commit is contained in:
Theodore Ni 2023-08-22 11:58:48 -07:00
parent f967c5c16c
commit 9b4eb1a458
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, fetchPypi
, buildPythonPackage
, pythonOlder
@ -43,6 +42,5 @@ buildPythonPackage rec {
changelog = "https://github.com/borisbabic/browser_cookie3/blob/master/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ borisbabic ];
broken = stdenv.isDarwin;
};
}