lol

python3Packages.cart: adjust inputs

-2
-2
pkgs/development/python-modules/cart/default.nix
··· 4 , fetchFromGitHub 5 , pythonOlder 6 , pytestCheckHook 7 - , unittest2 8 }: 9 10 buildPythonPackage rec { ··· 27 28 checkInputs = [ 29 pytestCheckHook 30 - unittest2 31 ]; 32 33 pytestFlagsArray = [
··· 4 , fetchFromGitHub 5 , pythonOlder 6 , pytestCheckHook 7 }: 8 9 buildPythonPackage rec { ··· 26 27 checkInputs = [ 28 pytestCheckHook 29 ]; 30 31 pytestFlagsArray = [