Loading pkgs/development/python-modules/pymumble/default.nix +6 −3 Original line number Diff line number Diff line { buildPythonPackage { lib , buildPythonPackage , fetchFromGitHub , isPy27 , lib , opuslib , protobuf , pytestCheckHook , pycrypto , pythonOlder }: buildPythonPackage rec { pname = "pymumble"; version = "1.7"; disabled = isPy27; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "azlux"; Loading Loading
pkgs/development/python-modules/pymumble/default.nix +6 −3 Original line number Diff line number Diff line { buildPythonPackage { lib , buildPythonPackage , fetchFromGitHub , isPy27 , lib , opuslib , protobuf , pytestCheckHook , pycrypto , pythonOlder }: buildPythonPackage rec { pname = "pymumble"; version = "1.7"; disabled = isPy27; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "azlux"; Loading