Loading pkgs/development/python-modules/dbus-python-client-gen/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,11 +4,15 @@ , into-dbus-python , dbus-python , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "dbus-python-client-gen"; version = "0.8.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "stratis-storage"; Loading Loading
pkgs/development/python-modules/dbus-python-client-gen/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,11 +4,15 @@ , into-dbus-python , dbus-python , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "dbus-python-client-gen"; version = "0.8.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "stratis-storage"; Loading