mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
python3.pkgs.browser-cookie3: unbreak on darwin
This commit is contained in:
parent
f967c5c16c
commit
9b4eb1a458
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user