Commit abbb7ed8 authored by happysalada's avatar happysalada
Browse files

python310Packages.pycookiecheat: fix darwin

parent 87f85738
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; {