Loading pkgs/development/python-modules/pycookiecheat/default.nix +4 −1 Original line number Diff line number Diff line { lib { stdenv , lib , buildPythonPackage , cryptography , fetchFromGitHub Loading Loading @@ -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; { Loading Loading
pkgs/development/python-modules/pycookiecheat/default.nix +4 −1 Original line number Diff line number Diff line { lib { stdenv , lib , buildPythonPackage , cryptography , fetchFromGitHub Loading Loading @@ -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; { Loading