Unverified Commit 8acbdddd authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #242766 from happysalada/pycookiecheat_fix_darwin

python310Packages.pycookiecheat: fix darwin
parents 3fcf1d33 abbb7ed8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ 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; {