python310Packages.pycookiecheat: fix darwin

This commit is contained in:
happysalada 2023-07-11 11:38:03 +08:00
parent 87f8573816
commit abbb7ed8dc

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildPythonPackage
, cryptography
, fetchFromGitHub
@ -54,6 +55,8 @@ buildPythonPackage rec {
# Tests want to use playwright executable
"test_no_cookies"
"test_fake_cookie"
] ++ lib.optionals stdenv.isDarwin [
"test_slack_config"
];
meta = with lib; {